Haddock/FAQ

From HaskellWiki
< Haddock
Revision as of 18:24, 11 August 2007 by Lemming (talk | contribs) (infix operators)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 to add spaces between parentheses and the infix symbols sometimes: ( # ).