## bind-largest32.pkg
# Compiled by:
#
src/lib/std/types-only/types-only.sublib# Namings of Int, large_int, Unt, large_unt and host_unt
# packages for 32-bit implementations.
package int= tagged_int; # tagged_int is from
src/lib/std/types-only/basis-structs.pkgpackage unt= tagged_unt; # tagged_unt is from
src/lib/std/types-only/basis-structs.pkgpackage fixed_int = one_word_int; # one_word_int is from
src/lib/std/types-only/basis-structs.pkgpackage large_unt = one_word_unt; # one_word_unt is from
src/lib/std/types-only/basis-structs.pkgpackage float = float64; # float64 is from
src/lib/std/types-only/basis-structs.pkgpackage host_unt = one_word_unt; # one_word_unt 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-2015,
## released per terms of SMLNJ-COPYRIGHT.