We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to write this expression with an invalid type Int(7) or Int(Float) throws an exception as soon as you try to assign it a value.
Int(7)
Int(Float)
This triggers a statics exception (Failure "type application in dynamics")
type x = Int(Float) in let y : x = 1
This alone triggers an exception (Failure "type application in dynamics") in dynamics:
type x = Int(Float) in let y : x
The text was updated successfully, but these errors were encountered:
Negabinary
No branches or pull requests
Trying to write this expression with an invalid type
Int(7)
orInt(Float)
throws an exception as soon as you try to assign it a value.This triggers a statics exception (Failure "type application in dynamics")
This alone triggers an exception (Failure "type application in dynamics") in dynamics:
The text was updated successfully, but these errors were encountered: