id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
155,Infix constraints are printed prefixed,basvandijk,,"In my `regions` package I make extensive use of infix constraints.

Take my [http://hackage.haskell.org/packages/archive/safer-file-handles/0.8/doc/html/System-IO-SaferFileHandles.html#8 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.

",enhancement,new,minor,,2.7.2,,,
