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.
The text was updated successfully, but these errors were encountered:
Migrated from unbound issue tracker - issue 25
The text was updated successfully, but these errors were encountered: