1
0
forked from GitHub/gf-core

Predef.Ints is of type PType not Type

This commit is contained in:
krasimir
2016-03-02 22:31:52 +00:00
parent c6218d768a
commit cbdbd1dd8e

View File

@@ -13,7 +13,7 @@ resource Predef = {
oper Error : Type = variants {} ; -- the empty type
oper Int : Type = variants {} ; -- the type of integers
oper Ints : Int -> Type = variants {} ; -- the type of integers from 0 to n
oper Ints : Int -> PType = variants {} ; -- the type of integers from 0 to n
oper error : Str -> Error = variants {} ; -- forms error message
oper length : Tok -> Int = variants {} ; -- length of string