HuwCampbell / grenade

Deep Learning in Haskell
BSD 2-Clause "Simplified" License
1.45k stars 83 forks source link

Remove use of RecordWildCards #103

Closed erikd closed 4 years ago

erikd commented 4 years ago

RecordWildCards has a small benefit when writing code and zero or negative benefits when writing code. In fact, RWC can make complex code significantly more difficult to read.