Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / basis-library / primitive / prim-basis.mlb
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2004-2006 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
8ann
9 "allowPrim true"
10 "deadCode true"
11 "nonexhaustiveBind warn" "nonexhaustiveMatch warn"
12 "redundantBind warn" "redundantMatch warn"
13 "sequenceNonUnit warn"
14 "warnUnused true"
15in
16 local
17 _prim
18 in
19 prim-basis.sml
20 end
21end