You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2018. It is now read-only.
The type name Integer replaces in GF 3.0 the name Int, to avoid confusion with the abstract syntax type and to be analogous with the Str vs. String distinction.
so we seem to have moved from Int to Integer, but throughout the documentation (123) I find different references as to whether the correct type for integers is Int or Integer, and in the source code I looked at (e.g., /lib/src/prelude/Predef.gf) the type seems to be Int still.
I must have missed something, so I wanted to ask what is the correct type after all!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
reading the docs I found the following:
so we seem to have moved from
Int
toInteger
, but throughout the documentation (1 2 3) I find different references as to whether the correct type for integers isInt
orInteger
, and in the source code I looked at (e.g.,/lib/src/prelude/Predef.gf
) the type seems to beInt
still.I must have missed something, so I wanted to ask what is the correct type after all!
The text was updated successfully, but these errors were encountered: