safe-wild-cards: Use RecordWildCards safely

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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

Properties

Versions 1.0.0, 1.0.0, 1.0.0.1
Change log CHANGELOG.md
Dependencies base (<5), template-haskell (<2.18), th-abstraction (>=0.3 && <0.5) [details]
License BSD-3-Clause
Author Artyom 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 2021-05-31T13:59:40Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for safe-wild-cards-1.0.0

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