https://github.com/amesgen/safe-wild-cards
Tame RecordWildCards
https://github.com/amesgen/safe-wild-cards
Last synced: over 1 year ago
JSON representation
Tame RecordWildCards
- Host: GitHub
- URL: https://github.com/amesgen/safe-wild-cards
- Owner: amesgen
- License: bsd-3-clause
- Created: 2019-10-29T10:59:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T16:07:35.000Z (over 1 year ago)
- Last Synced: 2025-03-11T01:07:10.480Z (over 1 year ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/safe-wild-cards
- Size: 24.4 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# safe-wild-cards
[](https://hackage.haskell.org/package/safe-wild-cards)
[](https://hackage.haskell.org/package/safe-wild-cards/docs/SafeWildCards.html)
`-XRecordWildCards` is convenient, but sometimes you want to assert that
you have handled all fields of a record. `safe-wild-cards` lets you do this.