Add two warnings to -Wall
As suggested in GHC Proposal #71 this MR adds two warnings to -Wall
, specifically
- -Wincomplete-uni-patterns
- -Wincomplete-record-updates
See #15656 (closed)
Edited by Ben Gamari
As suggested in GHC Proposal #71 this MR adds two warnings to -Wall
, specifically
See #15656 (closed)