An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# safe-wild-cards

[![Hackage](https://img.shields.io/hackage/v/safe-wild-cards)](https://hackage.haskell.org/package/safe-wild-cards)
[![Haddocks](https://img.shields.io/badge/documentation-Haddocks-purple)](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.