Series


Just Enough Productive Haskell

How To Use a Record Field Name Within a Haskell Module Twice

We cannot use the same field name for different records in the same module, which is quite annoying in standard Haskell. However, the DuplicateRecordFields extension is a valuable quickfix most of the time.

Read More

by Malte Neuss