SCM Repository
Annotation of /sml/trunk/old-basis/2004/basis-2004.cm
Parent Directory
|
Revision Log
Revision 5831 - (view) (download)
1 : | jhr | 4146 | (* basis-2004.cm |
2 : | jhr | 4143 | * |
3 : | jhr | 4146 | * The 2004 version of the Standard ML Basis Library. |
4 : | jhr | 4143 | * |
5 : | * Copyright (c) 2015 by The Fellowship of SML/NJ | ||
6 : | *) | ||
7 : | |||
8 : | Library | ||
9 : | |||
10 : | jhr | 4156 | library($SMLNJ-BASIS/basis-common.cm) |
11 : | - ( | ||
12 : | (* new modules *) | ||
13 : | signature EITHER (* proposal 2015-002 *) | ||
14 : | signature FN (* proposal 2015-005 *) | ||
15 : | signature REF (* proposal 2015-007 *) | ||
16 : | structure Either (* proposal 2015-002 *) | ||
17 : | structure Fn (* proposal 2015-005 *) | ||
18 : | structure Ref (* proposal 2015-007 *) | ||
19 : | (* backward compatible signatures *) | ||
20 : | signature ARRAY_2004 | ||
21 : | jhr | 4715 | signature ARRAY_SLICE_2004 |
22 : | jhr | 4156 | signature LIST_2004 |
23 : | signature LIST_PAIR_2004 | ||
24 : | signature MONO_ARRAY_2004 | ||
25 : | jhr | 4715 | signature MONO_ARRAY_SLICE_2004 |
26 : | jhr | 4156 | signature MONO_VECTOR_2004 |
27 : | jhr | 4715 | signature MONO_VECTOR_SLICE_2004 |
28 : | jhr | 4156 | signature OPTION_2004 |
29 : | signature STRING_2004 | ||
30 : | signature TEXT_2004 | ||
31 : | jhr | 4229 | signature VECTOR_2004 |
32 : | jhr | 4715 | signature VECTOR_SLICE_2004 |
33 : | jhr | 4229 | signature WORD_2004 |
34 : | jhr | 4156 | ) |
35 : | jhr | 4143 | |
36 : | is | ||
37 : | |||
38 : | jhr | 4154 | (* the basis with the old versions of the APIs *) |
39 : | $SMLNJ-BASIS/basis-common.cm | ||
40 : | |||
41 : | (* code to rebind modules and signatures to the old APIs *) | ||
42 : | basis.sml | ||
43 : | jhr | 5831 | #if defined(SIZE_64) |
44 : | target32-basis.sml | ||
45 : | #else (* SIZE_32 *) | ||
46 : | target64-basis.sml | ||
47 : | #endif |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |