ListSetFn
functor
functor ListSetFn
(ORD_KEY) : ORD_SET
The ListSetFn functor implements applicative sets on an ordered type. It uses a sorted list representation.
ORD_KEY, ORD_SET, BinarySetFn, SplaySetFn, ORD_MAP
Note that adding an element to a set that already contains such an element (in the sense that both elements are considered equal by the comparison function) causes the current element to be replaced by the new one.
Last Modified June 10, 1998
Comments to John Reppy
Copyright © 1998 Bell Labs, Lucent Technologies