| SMLFormat |
structure SMLFormat :> SMLFORMAT =
struct
structure FormatExpression = FormatExpression
structure PrinterParameter = PrinterParameter
structure BasicFormatters = BasicFormatters
datatype parameter = datatype PrinterParameter.parameter
exception Fail of string
val prettyPrint : parameter list -> FormatExpression.expression list -> string
end
Datatype detail |
---|
datatype parameter = datatype PrinterParameter.parameter
Value detail |
---|
val prettyPrint : parameter list -> FormatExpression.expression list -> string
Exception detail |
---|
exception Fail of string
| SMLFormat: Pretty-Printer library for SML |