On 2014-01-06 15:45:07 -0500, Asumu Takikawa wrote:
> Does anyone know an easy way to add extra indentation to pretty printed
> output using racket/pretty?
>
> For example, suppose I want to add pretty printed output after part of
> an error message like:
>
> expected: (
> )
Actuall
I forget the details, but maybe try to call the default
pretty-print-print-line and add your own output there instead?
Robby
On Mon, Jan 6, 2014 at 2:45 PM, Asumu Takikawa wrote:
> Hi all,
>
> Does anyone know an easy way to add extra indentation to pretty printed
> output using racket/pretty
Hi all,
Does anyone know an easy way to add extra indentation to pretty printed
output using racket/pretty?
For example, suppose I want to add pretty printed output after part of
an error message like:
expected: (
)
I would want any linebreak-separated portions to align with the
3 matches
Mail list logo