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
Will this be too radical? Will a warning / opt-in feature be more appropriate? For instance, in eggcc, we have templates for generating query atoms like (= e (Add e1 e2)) and now all of a sudden we need to condition on whether e,e1,e2 are used in the body, which is a burden to users.
If you write a rule with an unused pattern variable, we should throw an error:
If you want to ignore something, use an underscore
The text was updated successfully, but these errors were encountered: