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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.0.0.1
Change log CHANGELOG.md
Dependencies base (<5), template-haskell (<2.22), th-abstraction (>=0.3 && <0.7) [details]
License BSD-3-Clause
Author Emily April Kazak
Maintainer Monadfix <hi@monadfix.com>
Category Control
Home page https://github.com/monadfix/safe-wild-cards
Source repo head: git clone git@github.com:monadfix/safe-wild-cards.git
Uploaded by Artyom at 2024-03-11T23:23:31Z
Distributions
Downloads 189 total (32 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-03-11 [all 1 reports]

Readme for safe-wild-cards-1.0.0.1

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