diff --git a/lib/src/prelude/Predef.gf b/lib/src/prelude/Predef.gf index 86138db1b..1ce4aa439 100644 --- a/lib/src/prelude/Predef.gf +++ b/lib/src/prelude/Predef.gf @@ -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