Files
gf-core/lib/prelude/PredefCnc.gf
2006-04-04 14:44:46 +00:00

6 lines
150 B
Plaintext

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