Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / mlton / set / sources.cm
CommitLineData
7f918cf1
CE
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
9Library
10
11signature SET
12
13functor BitVectorSet
14structure DisjointSet
15functor HashedUniqueSet
16functor OrderedUniqueSet
17functor UnorderedSet
18
19is
20
21../basic/sources.cm
22
23disjoint.sig
24disjoint.fun
25set.sig
26unordered.fun
27ordered-unique-set.fun
28
29#if (defined (SMLNJ_VERSION))
30
31bit-vector-set.fun
32hashed-unique-set.fun
33
34#endif