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
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to