mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
added Predef.Float in Predef.gf
This commit is contained in:
@@ -12,6 +12,7 @@ resource Predef = {
|
||||
param PBool = PTrue | PFalse ;
|
||||
|
||||
oper Error : Type = variants {} ; -- the empty type
|
||||
oper Float : Type = variants {} ; -- the type of floats
|
||||
oper Int : Type = variants {} ; -- the type of integers
|
||||
oper Ints : Int -> PType = variants {} ; -- the type of integers from 0 to n
|
||||
|
||||
|
||||
Reference in New Issue
Block a user