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
Inside ite.rs, we need a test that tests the following shape of rules: if a then x ~> y, if b then y ~> z. Then, we put some x such that a(x) and b(y), and then assert that we get z in the e-graph.
The text was updated successfully, but these errors were encountered:
Inside
ite.rs
, we need a test that tests the following shape of rules:if a then x ~> y
,if b then y ~> z
. Then, we put somex
such thata(x) and b(y)
, and then assert that we getz
in the e-graph.The text was updated successfully, but these errors were encountered: