haskell-suite / haskell-src-exts

Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Other
193 stars 95 forks source link

Base fixities are incomplete #395

Closed ndmitchell closed 6 years ago

ndmitchell commented 6 years ago

Following on from #393 I found the following missing fixies:

$>
<$!>
<>
<|

The script I wrote to grab the list was woefully incomplete, missing a bunch that are already in the list, so someone might want to take a shot at doing it properly - but adding these is probably sufficient for now.

ndmitchell commented 6 years ago

Concretely I'm missing anything that is a class member, since Haddock --hoogle misrenders those.