Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / basis-1997.mlb
1 (* Copyright (C) 2004-2005 Henry Cejtin, Matthew Fluet, Suresh
2 * Jagannathan, and Stephen Weeks.
3 *
4 * MLton is released under a BSD-style license.
5 * See the file MLton-LICENSE for details.
6 *)
7
8 ann
9 "deadCode true"
10 "nonexhaustiveBind warn" "nonexhaustiveMatch warn"
11 "redundantBind warn" "redundantMatch warn"
12 "sequenceNonUnit warn"
13 "warnUnused true" "forceUsed"
14 in
15 local
16 basis-2002.mlb
17 libs/basis-1997/basis-1997.mlb
18 in
19 libs/basis-1997/top-level/basis-funs.sml
20 libs/basis-1997/top-level/basis-sigs.sml
21 libs/basis-1997/top-level/top-level.sml
22 libs/basis-1997/top-level/infixes.sml
23 ann "allowOverload true"
24 in
25 libs/basis-1997/top-level/overloads.sml
26 end
27 end
28 end