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
If we have for.all[x,equ.als(x,y)] with all variables marked as metavariables, then bindingConstraints1 correctly yields the pair (y,x).
If we have the same pattern but with only the xs marked as metavariables, then bindingConstraints1 yields no pairs. Consequently, it would think that it was acceptable for that pattern to match for.all[y,equ.als(y,y)], whereas there is actually variable capture in that case.
The text was updated successfully, but these errors were encountered:
for.all[x,equ.als(x,y)]
with all variables marked as metavariables, thenbindingConstraints1
correctly yields the pair (y,x).x
s marked as metavariables, thenbindingConstraints1
yields no pairs. Consequently, it would think that it was acceptable for that pattern to matchfor.all[y,equ.als(y,y)]
, whereas there is actually variable capture in that case.The text was updated successfully, but these errors were encountered: