Files
rlp/CHANGELOG.md
crumbtoo 559fd49f2b minor changes
putting this on hold; implementing TTG first
2024-01-25 15:52:56 -07:00

218 B

unreleased

  • New tag syntax:
    case x of
      { 1 -> something
      ; 2 -> another
      }
    
    is now written as
    case x of
      { <1> -> something
      ; <2> -> another
      }
    

Release 1.0.0