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
We suspect that in most cases, when inserting a value into a hole, the student will want to use a local binding whose type matches the hole, in favor of any top-level or in-scope module binding that also matches; so we should probably implement this in the partial sort of offered bindings (aka "variables").
(Note that it may be the case that we already do this, but I'm creating this issue as a reminder to check, at the very least.)
The text was updated successfully, but these errors were encountered:
We suspect that in most cases, when inserting a value into a hole, the student will want to use a local binding whose type matches the hole, in favor of any top-level or in-scope module binding that also matches; so we should probably implement this in the partial sort of offered bindings (aka "variables").
(Note that it may be the case that we already do this, but I'm creating this issue as a reminder to check, at the very least.)
The text was updated successfully, but these errors were encountered: