mkset
func mkset(lsm : List+String+Set+Map) -> Set
return indexed(lsm) when lsm in Map
return {all x in lsm}
Converts a list or string or set into a set of the corresponding elements and a
functional mapping into a set of lists corresponding to elements of the
Cartesian Product.
Herman Venter
This is Slim documentation as snarfed on 27 May 1999 by dB.