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 don't have much detail yet, but an expression like play(X, tryMove(X, initialBoard)) crashes the interpreter due to non-exhaustive patterns in a lambda in Builtins:34. One of us can look into it more soon.
The text was updated successfully, but these errors were encountered:
I don't have much detail yet, but an expression like
play(X, tryMove(X, initialBoard))
crashes the interpreter due to non-exhaustive patterns in a lambda in Builtins:34. One of us can look into it more soon.The text was updated successfully, but these errors were encountered: