Ticket #74 (closed defect: duplicate)
commenting data constructors of GADTs doesn’t work
| Reported by: | g9ks157k@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | 2.4.1 | Keywords: | |
| Cc: | g9ks157k@… |
Description
It doesn’t seem to be possible to comment data constructors of a GADT. Like so:
data GADT a where
-- | This is a comment.
Constructor :: GADT a
Change History
Note: See
TracTickets for help on using
tickets.
