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
    19
    ·
    1 day 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
      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.