safe-wild-cards: Use RecordWildCards safely

[ bsd3, control, library ] [ Propose Tags ]

-XRecordWildCards is convenient, but sometimes you want to assert that you have handled all fields of a record, and there is no easy way to do that.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.0.0.1, 1.0.0.2
Change log CHANGELOG.md
Dependencies base (<5), template-haskell (<2.23), th-abstraction (>=0.3 && <0.8) [details]
License BSD-3-Clause
Author Emily April Kazak
Maintainer amesgen <amesgen@amesgen.de>
Revised Revision 1 made by amesgen at 2024-05-31T18:56:31Z
Category Control
Home page https://github.com/amesgen/safe-wild-cards
Source repo head: git clone https://github.com/amesgen/safe-wild-cards
Uploaded by amesgen at 2024-05-31T18:45:28Z
Distributions
Downloads 626 total (184 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-05-31 [all 1 reports]

Readme for safe-wild-cards-1.0.0.2

[back to package description]

safe-wild-cards

-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.