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
The current yCombinator will get stuck when evaluating via call-by-value. (why?)
It's time to add a "more robust" yCombinator, under which the two evaluation strategies can both evaluate to the same normal form (i.e., confluence) without getting stuck.
The text was updated successfully, but these errors were encountered:
The current
yCombinator
will get stuck when evaluating via call-by-value. (why?)It's time to add a "more robust" yCombinator, under which the two evaluation strategies can both evaluate to the same normal form (i.e., confluence) without getting stuck.
The text was updated successfully, but these errors were encountered: