| SMLFormat |
structure PreProcessor :> PREPROCESSOR =
struct
exception Fail of string
val preProcess
: PrinterParameter.parameter list ->
FormatExpression.expression -> PrettyPrinter.symbol
end
Value detail |
---|
fun preProcess parameter symbol
: PrinterParameter.parameter list ->
FormatExpression.expression -> PrettyPrinter.symbol
parameter
symbol
Exception detail |
---|
exception Fail of string
message
| SMLFormat: Pretty-Printer library for SML |