forked from GitHub/gf-core
Ints n
This commit is contained in:
@@ -271,6 +271,7 @@ typeStrs = srt "Strs"
|
||||
|
||||
typeString = constPredefRes "String"
|
||||
typeInt = constPredefRes "Int"
|
||||
typeInts i = App (constPredefRes "Ints") (EInt i)
|
||||
|
||||
constPredefRes s = Q (IC "Predef") (zIdent s)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user