Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / stubs / basis-stubs-for-smlnj / pervasive.sml
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2009 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
10signature PERVASIVE_REAL = REAL
11structure Pervasive =
12 struct
13 structure Char = Char
14 structure FixedInt = FixedInt
15 structure IEEEReal = IEEEReal
16 structure Int = Int
17 structure Int31 = Int31
18 structure Int32 = Int32
19 structure Int64 = Int64
20 structure IntInf = IntInf
21 structure LargeInt = LargeInt
22 structure LargeReal = LargeReal
23 structure LargeWord = LargeWord
24 structure Position = Position
25 structure Real = Real
26 structure Real64 = Real64
27 structure Word = Word
28 structure Word8 = Word8
29 structure Word31 = Word31
30 structure Word32 = Word32
31 structure Word64 = Word64
32 structure String = String
33 structure SysWord = SysWord
34 end