@hackage safe-wild-cards1.0.0.2
Use RecordWildCards safely
Categories
License
BSD-3-Clause
Maintainer
amesgen <amesgen@amesgen.de>
Links
Versions
Installation
Tested Compilers
Dependencies (3)
- base <5
- template-haskell <2.24
- th-abstraction >=0.3 && <0.8 Show all…
Dependents (7)
@cardano/ouroboros-consensus-diffusion, @hackage/fs-sim, @hackage/fs-api, @cardano/fs-sim, @hackage/lsm-tree, @cardano/ouroboros-consensus, Show all…
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.