arithmetic/src/basictypes/integer/Cardinal32.i3


INTERFACE Cardinal32;
Arithmetic for Modula-3, see doc for details

Abstract: Integer type for instantiation with IntegerBasic.ig


IMPORT Word;

TYPE T = Word.T;                 (* use Word's operators *)

END Cardinal32.