[Haskell-cafe] [Haddock] Alphabetize record accessors

Johannes Waldmann johannes.waldmann at htwk-leipzig.de
Tue Jun 9 12:26:29 UTC 2015


> Read instances for record types accept the fields 
> only in declaration order[1], 

order is also important for semantics of deriving Ord,
and for cost (or strictness) of deriving Eq.
So, re-ordering would be confusing.

- J.W.




More information about the Haskell-Cafe mailing list