Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d07d7ab417d79053e7e0155c99e1a1c8 > files > 2715

mlton-20100608-3.fc15.i686.rpm

<!-- list-set-fn.mldoc -->
<!-- Entities.sgml entry 
<!ENTITY ListSetFn SDATA "list-set-fn.sml">
 -->

<!DOCTYPE ML-DOC SYSTEM>

<COPYRIGHT OWNER="Bell Labs, Lucent Technologies" YEAR=1998>
<VERSION VERID="1.0" YEAR=1998 MONTH=6 DAY=10>
<TITLE>The ListSetFn functor</TITLE>

<INTERFACE>
<HEAD>The <CD/ListSetFn/ functor</HEAD>
<SEEALSO>
  <SIGREF/ORD_KEY/
  <SIGREF/ORD_SET/
  <FCTREF/BinarySetFn/
  <FCTREF/SplaySetFn/
  <SIGREF/ORD_MAP/
</SEEALSO>

<PP>
The <FCTREF NOLINK/ListSetFn/ functor implements applicative sets on
an ordered type. It uses a sorted list representation.

<FUNCTOR FCTID="ListSetFn"><ID/K/<ID>ORD_KEY</ID>
  <ID>ORD_SET
</FUNCTOR>

<PP>
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.
</INTERFACE>