-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data.Record: drop eta and pattern matching for constructor rec
Future Agda might not allow unguarded record types with eta-equality in `--safe` mode anymore. Re: agda/agda#7470 Switching of eta for `rec` is slightly inconvenient, as was observed already in this issue: agda/agda#840 Allowing it would need improvements to the Agda positivity checker, so that it can recognize `Record` as guarded record that can safely support eta.
- Loading branch information
1 parent
2baf4c4
commit 8ef8f9a
Showing
2 changed files
with
22 additions
and
20 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
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