Ticket #90 (closed enhancement: wontfix)
"-- ^" form docstrings after a ->
| Reported by: | SamB | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | Keywords: | ||
| Cc: |
Description
It has come to my attention that Haddock (well, GHC 6.8, at least) doesn't like it when you do this:
myId :: a -> -- ^ Argument to return unchanged
a
myId x = x
Change History
Note: See
TracTickets for help on using
tickets.
