Ticket #155 (new enhancement)
Infix constraints are printed prefixed
| Reported by: | basvandijk | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Version: | 2.7.2 | Keywords: | |
| Cc: |
Description
In my regions package I make extensive use of infix constraints.
Take my hFileSize function for example. If you look at the source you'll notice that the constraint: pr `ParentOf` cr is written infix. However haddock prints it prefixed: ParentOf pr cr.
It would be nice if Haddock respected the fixity of the written constraint.
Change History
Note: See
TracTickets for help on using
tickets.
