Handle infix vs prefix names correctly everywhere, by explicitly specifying the context
The basic idea is that "a" and "+" are either pretty-printed as "a" and "(+)" or "`a`" and "+"
Showing
- html-test/ref/Ticket75.html 3 additions, 3 deletionshtml-test/ref/Ticket75.html
- src/Haddock/Backends/Xhtml.hs 7 additions, 7 deletionssrc/Haddock/Backends/Xhtml.hs
- src/Haddock/Backends/Xhtml/Decl.hs 15 additions, 17 deletionssrc/Haddock/Backends/Xhtml/Decl.hs
- src/Haddock/Backends/Xhtml/DocMarkup.hs 2 additions, 2 deletionssrc/Haddock/Backends/Xhtml/DocMarkup.hs
- src/Haddock/Backends/Xhtml/Names.hs 42 additions, 30 deletionssrc/Haddock/Backends/Xhtml/Names.hs
Loading
Please register or sign in to comment