inherent features of Int

This commit is contained in:
aarne
2006-04-04 14:44:46 +00:00
parent e059fddb6d
commit 0bffc3c9f6
6 changed files with 139 additions and 46 deletions

View File

@@ -1,3 +1,5 @@
concrete PredefCnc of PredefAbs = {
lincat Int, String = {s : Str} ;
lincat
Int = {s : Str ; size : Predef.Ints 1 ; last : Predef.Ints 9} ;
Float, String = {s : Str} ;
} ;