1
0
forked from GitHub/gf-core

simplified the deprecated complex lincat of PredefCnc.Int

This commit is contained in:
aarne
2008-09-03 09:45:09 +00:00
parent 8952a626d0
commit 6f42ba8693

View File

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