haskell-pkg-janitors / haskell-src

Library for manipulating Haskell source code
http://hackage.haskell.org/package/haskell-src
Other
22 stars 13 forks source link

Allow to parse expressions that are not part of a module #1

Closed sol closed 2 years ago

sol commented 12 years ago

It would be awesome if I could parse code snippets.

parseExpression :: String -> ParseResult HsExp

Would you accept a patch?

hvr commented 6 years ago

Would you accept a patch?

yes!

anton-k commented 4 years ago

I would be happy to see it implemented too!

andreasabel commented 2 years ago

This issue predates my maintainership. I close this, but if there is continued interest, please reopen or submit a PR.