The SML/NJ Library Reference Manual


The LIST_FORMAT signature


Synopsis

signature LIST_FORMAT

Interface

val formatList : {init : string, sep : string, final : string, fmt : 'a -> string} -> 'a list -> string
val scanList : {init : string, sep : string, final : string, scan : (char,'b) StringCvt.reader -> ('a,'b) StringCvt.reader} -> (char,'b) StringCvt.reader -> ('a list,'b) StringCvt.reader

Description

formatList {init, sep, final, fmt} l
explain the use and semantics of formatList HERE.

scanList {init, sep, final, scan} re
explain the use and semantics of scanList HERE.



[ INDEX | TOP | Parent | Root ]

Last Modified May 29, 1996
Copyright © 1996 AT&T Research