PreviousUpNext

15.4.1238  src/lib/std/types-only/basis-time.pkg

## basis-time.pkg

# Compiled by:
#     src/lib/std/types-only/types-only.sublib

# This is the base-library Time package with only the time type, so that the
# base-libraries APIs can compile.  It has to be in a separate file from
# pre-basis-structs.sml, since it depends on the naming of large_int.

package time {
    #
    Time = TIME  { usec:  multiword_int::Int };         # multiword_int is from   src/lib/std/types-only/basis-structs.pkg
};



## COPYRIGHT (c) 1995 AT&T Bell Laboratories.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2012,
## released under Gnu Public Licence version 3.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext