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
I think the issue is in this line, where we naiively continue with the Ap without checking the normalized type of t1 and t2 - I need to look into what the allowed types should be
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: