10 Feb
2008
10 Feb
'08
2:07 p.m.
2008/1/23, Ross Paterson <ross@soi.city.ac.uk>:
Also, the new haddock rejects some modules the old one accepted. For example, it doesn't like extra doc comments that aren't attached to anything. It also rejects
data Pair = Pair {-# UNPACK #-} !Int -- ^ first field {-# UNPACK #-} !Int -- ^ second field
I just took a look a this last issue. It is not a bug, Haddock has never supported doc comments that are attached to the arguments of a non-record constructor. David