SCM Repository
Diff of /sml/trunk/old-basis/2004/basis.sml
Parent Directory
|
Revision Log
|
Patch
revision 5830, Wed Oct 16 23:29:29 2019 UTC | revision 5831, Wed Oct 16 23:30:42 2019 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | (* basis-2004.sml | (* basis-2004.sml |
2 | * | * |
3 | * COPYRIGHT (c) 2015 The Fellowship of SML/NJ (http://www.smlnj.org) | * COPYRIGHT (c) 2019 The Fellowship of SML/NJ (http://www.smlnj.org) |
4 | * All rights reserved. | * All rights reserved. |
5 | * | * |
6 | * This file rebinds various basis module names to their 2004 versions. | * This file rebinds various basis module names to their 2004 versions. |
# | Line 37 | Line 37 |
37 | structure VectorSlice : VECTOR_SLICE = VectorSlice | structure VectorSlice : VECTOR_SLICE = VectorSlice |
38 | structure Word : WORD = Word | structure Word : WORD = Word |
39 | structure Word8 : WORD = Word8 | structure Word8 : WORD = Word8 |
structure Word31 : WORD = Word31 | ||
40 | structure Word32 : WORD = Word32 | structure Word32 : WORD = Word32 |
41 | structure Word64 : WORD = Word64 | structure Word64 : WORD = Word64 |
42 | structure Word8Array : MONO_ARRAY = Word8Array | structure Word8Array : MONO_ARRAY = Word8Array |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |