Idris2-boot/CHANGELOG.md

15 lines
407 B
Markdown
Raw Normal View History

Changes since Idris 2 v0.1.0
----------------------------
Compiler updates:
* Data types with a single constructor, with a single unerased arguments,
are translated to just that argument, to save repeated packing and unpacking.
(c.f. `newtype` in Haskell)
2020-04-01 00:43:58 +03:00
Changes since Idris 1
---------------------
Everything :). For full details, see:
https://idris2.readthedocs.io/en/latest/updates/updates.html