[haddock] #90: "-- ^" form docstrings after a ->
haddock
haddock at projects.haskell.org
Thu Feb 19 12:37:19 EST 2009
#90: "-- ^" form docstrings after a ->
-------------------+--------------------------------------------------------
Reporter: SamB | Owner:
Type: defect | Status: new
Priority: major | Milestone: 2.5.0
Version: | Keywords:
-------------------+--------------------------------------------------------
It has come to my attention that Haddock (well, GHC 6.8, at least) doesn't
like it when you do this:
{{{
myId :: a -> -- ^ Argument to return unchanged
a
myId x = x
}}}
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/90>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list