added Predef.Float in Predef.gf

This commit is contained in:
krasimir
2017-03-07 20:12:56 +00:00
parent ed45e0d9f4
commit b2158cc2a0

View File

@@ -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