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
After activating the check_analysis() assertion in rebuild!(g::EGraph) the unit tests for lambda_theory fail, because the join-semilattice invariant is not fullfilled.
If I'm not mistaken, the code of the semantic analysis methods (make and join) in lambda_theory.jl is not correct.
This issue refers to the ale/3.0 branch.
After activating the
check_analysis()
assertion inrebuild!(g::EGraph)
the unit tests for lambda_theory fail, because the join-semilattice invariant is not fullfilled.If I'm not mistaken, the code of the semantic analysis methods (
make
andjoin
) in lambda_theory.jl is not correct.Metatheory.jl/test/tutorials/lambda_theory.jl
Line 107 in 8ad3c31
The text was updated successfully, but these errors were encountered: