Re: [Haskell-cafe] Tutorial/slides on pretty-printing combinators?

2011-11-16 Thread Jerzy Karczmarczuk
Sean Leather: Do you know of any tutorial or slides from a talk on one of the pretty-printing libraries? Sean, if you need info just on Haskell solutions, other people will help you. There is a paper: Linear, bounded, functional pretty-printing by Doaitse Swierstra and Olaf Chitil (and

Re: [Haskell-cafe] Tutorial/slides on pretty-printing combinators?

2011-11-16 Thread Stephen Tetley
Hi Sean Doaiste Swierstra has fairly extensive notes on the development of the attribute grammar versions of uulib's pretty printers. The notes are called Designing and Implementing Combinator Languages. As they were a showcase for UUAG there is quite a lot on attribute grammars in the notes,

Re: [Haskell-cafe] Tutorial/slides on pretty-printing combinators?

2011-11-16 Thread Tony Sloane
On 17/11/2011, at 12:31 AM, Jerzy Karczmarczuk wrote: Sean Leather: Do you know of any tutorial or slides from a talk on one of the pretty-printing libraries? Sean, if you need info just on Haskell solutions, other people will help you. There is a paper: Linear, bounded, functional