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
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to