Niklas Broberg wrote: > For any project that just needs to parse/fiddle with/print haskell > source code, I see very little reason to choose GHC API instead of > haskell-src-exts. Does your pretty-printer round trip? One problem I've had using GHC API is that the pretty-printer produces unparseable output. Jesse