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

20 lines
218 B
Markdown

# unreleased
* New tag syntax:
```hs
case x of
{ 1 -> something
; 2 -> another
}
```
is now written as
```hs
case x of
{ <1> -> something
; <2> -> another
}
```
# Release 1.0.0