[Haskell-cafe] [Haddock] Alphabetize record accessors
aditya siram
aditya.siram at gmail.com
Mon Jun 8 03:23:21 UTC 2015
How would people feel about Haddock alphabetizing record accessors by
default?
For example:
data T { b :: ..., c :: ... , a :: ... }
displays as:
data T { a :: ..., b :: ... , c :: ... }
Seems as though projects that have large records like Cabal & Parsec would
benefit from this.
Thanks!
-deech
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150607/c145bf42/attachment.html>
More information about the Haskell-Cafe
mailing list