haskell-suite / haskell-src-exts

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

Add `:` to `isOpSymbol` (#326) #430

Open autotaker opened 5 years ago

autotaker commented 5 years ago

This patch fixes the issue #326 that @: is lexed as [At, ConSym ":"]. Now it is lexed as [VarSym "@:"].