Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / libs / basis-extra / top-level / top-level.sml
CommitLineData
7f918cf1
CE
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
8local
9 open BasisExtra
10in
11 structure SML90 = SML90
12 structure MLton = MLton
13 structure SMLofNJ = SMLofNJ
14 structure Unsafe = Unsafe
15end