Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / libs / basis-2002 / top-level / top-level.sml
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2017 Matthew Fluet.
2 * Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
3 * Jagannathan, and Stephen Weeks.
4 * Copyright (C) 1997-2000 NEC Research Institute.
5 *
6 * MLton is released under a BSD-style license.
7 * See the file MLton-LICENSE for details.
8 *)
9
10open Basis2002
11
12(* Rebind some structures so that their definitions appear later, so that they
13 * will be used for displaying tycon names.
14 *
15 * Order here matters! Do not alphabetize or otherwise reorder without thinking.
16 *)
17structure Posix = Posix
18structure OS = OS
19structure BoolArray = BoolArray
20structure BoolArray2 = BoolArray2
21structure BoolVector = BoolVector
22structure CharArraySlice = CharArraySlice
23structure CharArray = CharArray
24structure CharArray2 = CharArray2
25structure Int8Array = Int8Array
26structure Int8Array2 = Int8Array2
27structure Int8Vector = Int8Vector
28structure Int16Array = Int16Array
29structure Int16Array2 = Int16Array2
30structure Int16Vector = Int16Vector
31structure Int32Array = Int32Array
32structure Int32Array2 = Int32Array2
33structure Int32Vector = Int32Vector
34structure Int64Array = Int64Array
35structure Int64Array2 = Int64Array2
36structure Int64Vector = Int64Vector
37structure IntArray = IntArray
38structure IntArray2 = IntArray2
39structure IntVector = IntVector
40structure LargeIntArray = LargeIntArray
41structure LargeIntArray2 = LargeIntArray2
42structure LargeIntVector = LargeIntVector
43structure LargeRealArray = LargeRealArray
44structure LargeRealArray2 = LargeRealArray2
45structure LargeRealVector = LargeRealVector
46structure LargeWordArray = LargeWordArray
47structure LargeWordArray2 = LargeWordArray2
48structure LargeWordVector = LargeWordVector
49structure Real32Array = Real32Array
50structure Real32Array2 = Real32Array2
51structure Real32Vector = Real32Vector
52structure Real64Array = Real64Array
53structure Real64Array2 = Real64Array2
54structure Real64Vector = Real64Vector
55structure RealArray = RealArray
56structure RealArray2 = RealArray2
57structure RealVector = RealVector
58structure Word8Array = Word8Array
59structure Word8Array2 = Word8Array2
60structure Word8Vector = Word8Vector
61structure Word16Array = Word16Array
62structure Word16Array2 = Word16Array2
63structure Word16Vector = Word16Vector
64structure Word32Array = Word32Array
65structure Word32Array2 = Word32Array2
66structure Word32Vector = Word32Vector
67structure Word64Array = Word64Array
68structure Word64Array2 = Word64Array2
69structure Word64Vector = Word64Vector
70structure WordArray = WordArray
71structure WordArray2 = WordArray2
72structure WordVector = WordVector
73structure Array = Array
74structure Array2 = Array2
75structure Vector = Vector
76structure Int8 = Int8
77structure Int16 = Int16
78structure Int32 = Int32
79structure Int64 = Int64
80structure IntInf = IntInf
81structure LargeInt = LargeInt
82structure Int = Int
83structure Real32 = Real32
84structure Real64 = Real64
85structure LargeReal = LargeReal
86structure Real = Real
87structure Word8 = Word8
88structure Word16 = Word16
89structure Word32 = Word32
90structure Word64 = Word64
91structure LargeWord = LargeWord
92structure Word = Word