
3 Mar
2006
3 Mar
'06
9:57 a.m.
J. Garrett Morris wrote:
Greetings, list,
I'm not sure how many people read this list...
I just downloaded and compiled Haddock 0.8. I still seem to be running into a couple of issues, namely:
* The parser gags on the identifier ##,
Do you mean (##)? This would be because Haddock is parsing GHC extensions by default. Insert spaces like this: ( ## ).
* and on generalized algebraic data types.
Am I missing an obvious configuration switch, workaround, etc.?
GADTs aren't currently supported by Haddock, sorry. Cheers, Simon