The SExpPP structure

The SExpPP structure implements a pretty printer for S-Expressions.

Synopsis

structure SExpPP

Interface

val output : TextIOPP.stream * SExp.value -> unit

Description

val output : TextIOPP.stream * SExp.value -> unit

output (ppS, v) pretty prints the value using the specified pretty-printing stream.