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

      • SorteKanin@feddit.dk
        link
        fedilink
        arrow-up
        0
        ·
        6 months ago

        It’s a test for the compiler which ensures that these legal yet extremely weird expressions continue to compile as the compiler is updated. So there is a purpose to the madness but it does still look pretty funny.

        • nilloc@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          0
          ·
          6 months 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.