[Haskell-cafe] prettyprint with IO

Warren Harris warrensomebody at gmail.com
Fri Apr 13 01:31:01 CEST 2012


I wrote a parsec parser that does symbols lookups during the parsing process (ParsecT String Store IO a). Now I'd like to write a pretty printer that does the reverse. Unfortunately there doesn't appear to be a transformer version of Text.PrettyPrint.HughesPJ. Can anyone suggest a way to do this? Thanks,

Warren


More information about the Haskell-Cafe mailing list