
21 Jan
2009
21 Jan
'09
1:39 p.m.
Hi, using haddock-2.4.1 and this file:
module Test where
data Test = NonStrict Int | Strict !Int | UnpackedStrict {-# UNPACK #-} !Int
The generated documentation looks like this: data Test Constructors NonStrict Int Strict !Int UnpackedStrict !!Int Note the double '!' in the last constructor. This is not intended behaviour, is it? //Stephan -- Früher hieß es ja: Ich denke, also bin ich. Heute weiß man: Es geht auch so. - Dieter Nuhr