Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / infixes.mlb
... / ...
CommitLineData
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
8ann
9 "deadCode true"
10 "nonexhaustiveBind warn" "nonexhaustiveMatch warn"
11 "redundantBind warn" "redundantMatch warn"
12 "sequenceNonUnit warn"
13 "warnUnused true" "forceUsed"
14in
15 libs/basis-2002/top-level/infixes.sml
16end