This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Infix constraints are printed prefixed #155
Open
Description
Original reporter: v.dijk.bas@
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
ParentOfcr
is written infix. However haddock prints it prefixed: ParentOf pr cr
.
It would be nice if Haddock respected the fixity of the written constraint.