PreviousUpNext

15.4.1237  src/lib/std/types-only/basis-structs.pkg

## basis-structs.pkg

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

# These are base-library packages with only types,
# so that the base-library API can compile.

                                                                # base_types is from src/lib/core/init/built-in.pkg

package 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-2012,
## released under Gnu Public Licence version 3.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext