Alpha release 2
Pre-release
Pre-release
SebastianMestre
released this
10 Dec 16:14
·
94 commits
to master
since this release
Jasper now supports variants (aka sum types), and matching on the constructor used to construct a variant value (aka case expressions, though we call them match expressions). This allows the creation of interesting data structures.
Other than that, there have been a few robustness improvements, and bugfixes.