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