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
Does this library have a method to substitute variables in expressions after they have been unified?
It seems that the expressions are unchanged after unification:
Does this library have a method to substitute variables in expressions after they have been unified?
It seems that the expressions are unchanged after unification:
This program prints
[~x, '>', '4']
, but I wanted to get['3', '>', '4']
instead.The text was updated successfully, but these errors were encountered: