## basis-structs.pkg
#
# These are base-library packages with only types,
# so that the base-library API can compile.
# Compiled by:
#
src/lib/std/types-only/types-only.sublib # base_types is from
src/lib/core/init/built-in.pkgpackage tagged_int { Int = base_types::Int; };
package one_word_int { Int = base_types::Int1; };
package two_word_int { Int = base_types::Int2; };
package multiword_int { Int = base_types::Multiword_Int; };
package one_byte_unt { Unt = base_types::Unt8; };
package tagged_unt { Unt = base_types::Unt; };
package one_word_unt { Unt = base_types::Unt1; };
package two_word_unt { Unt = base_types::Unt2; };
package float64 { Float = base_types::Float; };
package string { String = base_types::String; };
## COPYRIGHT (c) 1995 AT&T Bell Laboratories.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.