Sets
(0 1 2 row)Set Functions
isSet
(isSet x)
> x : a
> BoolisSet %[] == 1
isSet %[1 2 3] == 1
isSet (0 1 2 []) == 1
isSet (0 2 2 []) == 0 ; Invalid set representation
isSet [1 2 3] == 0 ; Not a set, just a rowemptySet
(emptySet)
> Set asetIsEmpty
setSing
setFromRow
setFromRowAsc
setToRow
setLen
setToList
setFoldl
setFoldr
setIns
setDel
setHas
setWeld
setUnion
setCatRow
setCatList
setCatRowAsc
setMin
setMax
setPop
setDrop
setTake
setSplitAt
setSplitLT
setIntersect
setSub
setElem
setDifference
setInsert
setSubtract
setIntersection
Last updated