Point release in the M1 series. No codebase format changes. Recommended action is to pull latest unisonbase after upgrade:
.> cd .
.> pull https://github.com/unisonweb/unisonbase.git
Fixes:
- #645, thanks to @zenhack for spotting!
- unisonbase had an incorrect mapping for
List
type name:List a
should be a synonym for[a]
but it wasn't in unisonbase. - Minor lexing / parsing fixes when nesting
!
and'
prefix operators.