LIST_FORMAT
signature
signature LIST_FORMAT
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
formatList {init, sep, final, fmt} l
scanList {init, sep, final, scan} re
Last Modified May 29, 1996
Copyright © 1996 AT&T Research