Haddock/FAQ
From HaskellWiki
(Difference between revisions)
(infix operators) |
m (have) |
||
| Line 1: | Line 1: | ||
* My version of Haddock does not accept some infix operators like <hask>(#)</hask>. | * My version of Haddock does not accept some infix operators like <hask>(#)</hask>. | ||
| - | : In fact it does, but you to add spaces between parentheses and the infix symbols sometimes: <hask>( # )</hask>. | + | : In fact it does, but you have to add spaces between parentheses and the infix symbols sometimes: <hask>( # )</hask>. |
Revision as of 00:04, 6 November 2008
- 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: .( # )
