Description
Use RecordWildCards safely.
Description
-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.
README.md
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.