Overview  Index  Help 
SMLFormat

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

Pretty-printer library for Standard ML.

Author:
YAMATODANI Kiyoshi
Version:
$Id: StrSMLFormat.html,v 1.3 2007/03/27 15:03:01 kiyoshiy Exp $

   
Datatype detail

parameter

datatype parameter = datatype PrinterParameter.parameter

   
Value detail

prettyPrint

val prettyPrint : parameter list -> FormatExpression.expression list -> string

 
Exception detail

Fail

exception Fail of string


Overview  Index  Help 
SMLFormat: Pretty-Printer library for SML