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
Should be able to detect & fail when capture occurs while substituting in
patterns. For example,
subst (Rebind x y) (Var x)
will produce an invalid pattern. The variable x will still be a free variable,
even though the pattern binds variables of that name. This behavior should be
caught and an appropriate error message given.
May also be worth having a Maybe version of subst.
Original issue reported on code.google.com by stephanie.weirich on 24 Apr 2013 at 6:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
stephanie.weirich
on 24 Apr 2013 at 6:56The text was updated successfully, but these errors were encountered: