Ticket #117 (new defect)
Opened 4 years ago
Data constructors printed prefix, when symbolic (begin-with-a-colon), should be parenthesized
| Reported by: | isaacdupree | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Version: | 2.4.2 | Keywords: | |
| Cc: |
Description
for example,
data Foo = (:::) Int Bool
is displayed by Haddock similarly except without the parentheses. Obviously it should use the parentheses anytime it's not using such a thing infix-ly.
Note: See
TracTickets for help on using
tickets.
