If we were to create a Rust version of this page for Haskell, what cool programming techniques would you add to it?

  • nilloc@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 hours ago

    That’s make sense. We used to write some ridiculous tests too, but users still managed to find a way

    
    fn union() {
        union union<'union> { union: &'union union<'union>, }
    }
    
    

    Is my favorite.