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
Hi! Your blog post and code was really useful to me. But I think I found a small error. The following expression is rejected "\x. \y. z \m. o" but given the syntax, shouldn't it parse to the same tree as "(\x. (\y. (z (\m. o))))"?
The text was updated successfully, but these errors were encountered:
Hi! Your blog post and code was really useful to me. But I think I found a small error. The following expression is rejected "\x. \y. z \m. o" but given the syntax, shouldn't it parse to the same tree as "(\x. (\y. (z (\m. o))))"?
The text was updated successfully, but these errors were encountered: