Haddock: documenting parameters of functional arguments
11 Aug
2007
11 Aug
'07
2:28 p.m.
I like to write documentation comments like fix :: ( a {- ^ local argument -} -> a {- ^ local output -} ) -> a {- ^ global output -} but Haddock doesn't allow it. Or is there a trick to get it work?
24 Aug
24 Aug
4:40 a.m.
Henning Thielemann wrote:
I like to write documentation comments like
fix :: ( a {- ^ local argument -} -> a {- ^ local output -} ) -> a {- ^ global output -}
but Haddock doesn't allow it. Or is there a trick to get it work?
Haddock only supports documenting the "top-level" arguments of a function right now. Cheers, Simon
6646
Age (days ago)
6659
Last active (days ago)
1 comments
2 participants
participants (2)
-
Henning Thielemann -
Simon Marlow