-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
4 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,12 @@ | ||
Release notes for agda2hs v1.2 | ||
Release notes for agda2hs v1.3 | ||
============================== | ||
|
||
Changes | ||
------- | ||
|
||
- Increased bounds to support GHC 9.6.3 | ||
- Changed flag `--rewrite-rules` to `--config`. | ||
- Deprecated `Tuple` (#228). Now there are distinct 2-uples (`_×_`) and 3-uples (`_×_×_`). | ||
Only 2-uples can be pattern-matched inside of let bindings. | ||
- Experimental support for *erased module parameters* (#229). | ||
- Support for erased hidden type parameters. | ||
- Functions with no clause throw a hard error when getting compiled. | ||
- Unboxed records can preserve any field -- not only the first one. | ||
- Improved documentation. | ||
|
||
See https://github.com/agda/agda2hs/issues?q=milestone%3A1.2+is%3Apr for the full list of changes. | ||
See https://github.com/agda/agda2hs/issues?q=milestone%3A1.3+is%3Apr for the full list of changes. | ||
|
||
Fixed issues | ||
------------ | ||
|
||
See https://github.com/agda/agda2hs/issues?q=milestone%3A1.2+is%3Aissue for the full list of fixed issues. | ||
See https://github.com/agda/agda2hs/issues?q=milestone%3A1.3+is%3Aissue for the full list of fixed issues. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters