Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / mlton / set / sources.cm
1 (* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
2 * Jagannathan, and Stephen Weeks.
3 * Copyright (C) 1997-2000 NEC Research Institute.
4 *
5 * MLton is released under a BSD-style license.
6 * See the file MLton-LICENSE for details.
7 *)
8
9 Library
10
11 signature SET
12
13 functor BitVectorSet
14 structure DisjointSet
15 functor HashedUniqueSet
16 functor OrderedUniqueSet
17 functor UnorderedSet
18
19 is
20
21 ../basic/sources.cm
22
23 disjoint.sig
24 disjoint.fun
25 set.sig
26 unordered.fun
27 ordered-unique-set.fun
28
29 #if (defined (SMLNJ_VERSION))
30
31 bit-vector-set.fun
32 hashed-unique-set.fun
33
34 #endif