mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
6 lines
150 B
Plaintext
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} ;
|
|
} ;
|