haskell-suite / haskell-src-exts

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

Imports not separated by semicolon when printed on single line #411

Open glguy opened 6 years ago

glguy commented 6 years ago

In PPNoLayout imports are printed on the same line without the required ; delimiters.