Backport from sid to buster
[hcoop/debian/mlton.git] / basis-library / basis-none.mlb
CommitLineData
7f918cf1
CE
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
9ann
10 "deadCode true"
11 "nonexhaustiveBind warn" "nonexhaustiveMatch warn"
12 "redundantBind warn" "redundantMatch warn"
13 "sequenceNonUnit warn"
14 "warnUnused true" "forceUsed"
15in
16 local
17 libs/basis-extra/basis-extra.mlb
18 ann "allowSpecifySpecialIds true" in
19 libs/basis-none/top-level/basis.sig
20 end
21 libs/basis-none/top-level/basis.sml
22 in
23 libs/basis-none/top-level/top-level.sml
24 libs/basis-none/top-level/infixes.sml
25 end
26end