Re: ANNOUNCE: Haddock version 0.6
Ashley Yakeley <[email protected]> Sun, 23 Nov 2003 10:35:03 -0800
| Newsgroups | gmane.comp.lang.haskell.general,gmane.comp.lang.haskell.haskelldoc |
|---|---|
| Organization | Myself |
| Message-ID | <[email protected]> |
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); -- Ashley Yakeley, Seattle WA