Overview  Index  Help 
SMLFormat

Overview

 
Inner Signature summary

signature BASIC_FORMATTERS
           This signature provides the specifications of formatters for the standard types.

signature FORMAT_EXPRESSION
           This module defines types which represents format expressions.

signature PREPROCESSOR
           This module translates FormatExpression.expression into PrettyPrinter.symbol.

signature PRETTYPRINTER
           This module translates the symbols into a text representation which fits within the specified column width.

signature PRINTER_PARAMETER
           parameter for pretty-printer.

signature SMLFORMAT
           Pretty-printer library for Standard ML.

 
Inner Structure summary

structure BasicFormatters
           This module provides formatters for the standard types.

structure FormatExpression
           This module defines types which represents format expressions.

structure PreProcessor
           This module translates FormatExpression.expression into PrettyPrinter.symbol.

structure PrettyPrinter
           This module translates the symbols into a text representation which fits within the specified column width.

structure PrinterParameter
           parameter for pretty-printer.

structure SMLFormat
           Pretty-printer library for Standard ML.

             

         


Overview  Index  Help 
SMLFormat: Pretty-Printer library for SML