haskell-suite / haskell-src-exts

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

Support for COLUMN pragma? #436

Open NickSeagull opened 5 years ago

NickSeagull commented 5 years ago

I'm implementing some Haskell code generator, and I'm trying to get proper error messages. Is it possible for prettyPrint to print COLUMN pragmas along with LINE ones?

If not, would you be up for a PR? I'd be interested in implementing this feature 😄

Thanks in advance!