[haddock] #74: commenting data constructors of GADTs doesn’t work
haddock
haddock at projects.haskell.org
Sat Jan 24 17:19:07 EST 2009
#74: commenting data constructors of GADTs doesn’t work
---------------------------------------+------------------------------------
Reporter: g9ks157k at acme.softbase.org | Owner:
Type: defect | Status: new
Priority: major | Milestone: 2.5.0
Version: 2.4.1 | Keywords:
---------------------------------------+------------------------------------
It doesn’t seem to be possible to comment data constructors of a GADT.
Like so:
{{{
data GADT a where
-- | This is a comment.
Constructor :: GADT a
}}}
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/74>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list