haskell-suite / haskell-src-exts

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

Add support for BlockArguments #444

Closed lexi-lambda closed 4 years ago

lexi-lambda commented 4 years ago

Fixes #419.

minad commented 4 years ago

@lexi-lambda Thank you for implementing this!

~It seems BlockArguments should also work with lambdas, e.g., for_ xs \x -> .... Support for that has not been included here?~ (Edit: Nevermind, I didn't use the updated haskell-src-exts in my hlint build)