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