ppr for Haskell Abstract Syntax

Simon Peyton-Jones simonpj@microsoft.com
Wed, 1 Nov 2000 02:34:37 -0800


GHC has a pretty printer for Haskell.  It's in ghc/compiler/hsSyn/*.lhs,
along with the (numerous) data type declarations that define the
full Haskell syntax.  It would take a little work to rip it out
of GHC, mind you

Simon

| -----Original Message-----
| From: Kate S. Golder [mailto:kgolder@wellesley.edu]
| Sent: 31 October 2000 21:07
| To: glasgow-haskell-users@haskell.org
| Subject: ppr for Haskell Abstract Syntax
| 
| 
| Hi -
| I was wondering if anyone knows if there is a pretty printer 
| for Haskell
| Abstract Syntax anywhere?  I've been asking around, but 
| haven't located
| one yet.  If you know of one that I could use, it would be 
| really helpful!
| Thanks in advance,
| *Kate
| 
| **********************
| Kate S. Golder
| Wellesley College 
| Class of 2002
| 
| Freeman Hall
| Wellesley College
| Wellesley, Ma 02481
| 
| 
| _______________________________________________
| Glasgow-haskell-users mailing list
| Glasgow-haskell-users@haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
|