[haddock] #119: empty lines in a do block
haddock
haddock at projects.haskell.org
Wed Apr 7 20:04:11 EDT 2010
#119: empty lines in a do block
-------------------+--------------------------------------------------------
Reporter: bastl | Owner:
Type: defect | Status: closed
Priority: major | Milestone: 2.5.0
Version: 2.4.2 | Resolution: duplicate
Keywords: |
-------------------+--------------------------------------------------------
Changes (by waern):
* status: new => closed
* resolution: => duplicate
Comment:
The problem here is not the empty line, but the fact that you have a doc
comment as the first thing in a module without a "module M where"
declaration - this can't be handled by Haddock due to a parsing conflict.
See #10.
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/119#comment:2>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list