Releases: unisonweb/unison
Releases · unisonweb/unison
M1b
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.
M1a
Alpha testing release of Unison. Instructions for getting started.
M1
Alpha testing release of Unison. Superseded by M1a, which has this important bugfix.