Haddock/FAQ

From HaskellWiki
< Haddock
Revision as of 00:04, 6 November 2008 by Lemming (talk | contribs) (have)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • My version of Haddock does not accept some infix operators like (#).
In fact it does, but you have to add spaces between parentheses and the infix symbols sometimes: ( # ).