[Haskell-cafe] Haddock: documenting parameters of functional arguments

Henning Thielemann lemming at henning-thielemann.de
Sat Aug 11 14:28:25 EDT 2007


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?


More information about the Haskell-Cafe mailing list