RE: ANNOUNCE: Haddock version 0.6
"Simon Marlow" <[email protected]> Mon, 24 Nov 2003 09:38:57 -0000
| Newsgroups | gmane.comp.lang.haskell.haskelldoc,gmane.comp.lang.haskell.general |
|---|---|
| Message-ID | <3429668D0E777A499EE74A7952C382D10127B673@EUR-MSG-01.europe.corp.microsoft.com> |
> In article <[email protected]>, > "Simon Marlow" <[email protected]> wrote: > > > There is a new release of Haddock, version 0.6. This > version has several > > improvements over the previous release; the full list is below. > > Excellent! I was stuck on implicit parameters for awhile. > > I found one issue in 0.6 though, it seems to choke on explicit kind > declarations, for instance: > > newtype Constant (m :: * -> *) a = MkConstant a deriving (Eq); Yup, I'm afraid that's another extension not supported by Haddock at the moment. Cheers, Simon