Ticket #60 (new defect)
Parser fails on same-line documentation
| Reported by: | ryani | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Version: | Keywords: | ||
| Cc: | colin@… |
Description
data Empty -- ^ This datatype has no elements
gives a Haddock parse error.
These two options fix it, but both seem like they should be unnecessary:
data Empty; -- ^ This datatype has no elements
data Empty -- ^ This datatype has no elements
Change History
Note: See
TracTickets for help on using
tickets.
