Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / stubs / basis-stubs-for-smlnj / sources.cm
1 (* Copyright (C) 2009 Matthew Fluet.
2 * Copyright (C) 2002-2006 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
10 Library
11
12 library($/basis.cm) - (
13 signature IEEE_REAL
14 signature REAL
15
16 structure Char
17 structure FixedInt
18 structure IEEEReal
19 structure Int
20 structure Int31
21 structure Int32
22 structure Int64
23 structure IntInf
24 structure LargeInt
25 structure LargeReal
26 structure LargeWord
27 structure PackReal32Big
28 structure PackReal64Big
29 structure PackReal32Little
30 structure PackReal64Little
31 structure PackWord64Big
32 structure PackWord64Little
33 structure Position
34 structure Real
35 structure Real32
36 structure Real64
37 structure Word
38 structure Word8
39 structure Word31
40 structure Word32
41 structure Word64
42 structure String
43 structure SysWord
44 )
45
46 signature IEEE_REAL
47 signature REAL
48
49 structure Char
50 structure FixedInt
51 structure IEEEReal
52 structure Int
53 structure Int31
54 structure Int32
55 structure Int64
56 structure IntInf
57 structure LargeInt
58 structure LargeReal
59 structure LargeWord
60 structure PackReal32Little
61 structure PackReal64Little
62 structure PackWord64Little
63 structure Position
64 structure Real
65 structure Real32
66 structure Real64
67 structure String
68 structure SysWord
69 structure Word
70 structure Word8
71 structure Word31
72 structure Word32
73 structure Word64
74
75 is
76
77 $/basis.cm
78 pervasive.cm
79
80 char.sml
81 ieee-real.sml
82 int-inf.sml
83 int.sml
84 real.sml
85 string.sml
86 word.sml