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
Thanks for the double check. You are right: I get a NoSuchKey(69) error in the compiler and misread the 69 for a 63. Sorry for the confusion, I keep digging ...
After type checking this program:
the use of the variable
xyz
does not occur in the configuration returned by the type checker.Replacing
==>
by<==>
has the same effect, however using==
works fine.The text was updated successfully, but these errors were encountered: