1
0
forked from GitHub/gf-rgl

inherent features of Int

This commit is contained in:
aarne
2006-04-04 14:44:46 +00:00
parent 08ffbe577d
commit 0f4a01000e

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} ;
} ;