mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 18:28:55 -06:00
simplified the deprecated complex lincat of PredefCnc.Int
This commit is contained in:
@@ -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} ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user