SCM Repository
Annotation of /sml/trunk/src/compiler/PervEnv/Basis/text.sml
Parent Directory
|
Revision Log
Revision 145 - (view) (download)
1 : | monnier | 145 | (* text.sml |
2 : | * | ||
3 : | * COPYRIGHT (c) 1998 Bell Labs, Lucent Technologies. | ||
4 : | *) | ||
5 : | |||
6 : | structure Text : TEXT = | ||
7 : | struct | ||
8 : | structure Char = Char | ||
9 : | structure String = String | ||
10 : | structure Substring = Substring | ||
11 : | structure CharVector = CharVector | ||
12 : | structure CharArray = CharArray | ||
13 : | end; | ||
14 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |