SCM Repository
Annotation of /sml/trunk/src/system/Basis/TypesOnly/basis-time.sml
Parent Directory
|
Revision Log
Revision 416 - (view) (download)
1 : | monnier | 416 | (* basis-time.sml |
2 : | * | ||
3 : | * COPYRIGHT (c) 1995 AT&T Bell Laboratories. | ||
4 : | * | ||
5 : | * This is the basis Time structure with only the time type, so that the | ||
6 : | * basis signatures can compile. It has to be in a separate file from | ||
7 : | * pre-basis-structs.sml, since it depends on the binding of LargeInt. | ||
8 : | *) | ||
9 : | |||
10 : | structure Time = | ||
11 : | struct | ||
12 : | datatype time = | ||
13 : | TIME of { sec: LargeInt.int, usec: LargeInt.int } | ||
14 : | end; | ||
15 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |