Skip to main content

ac_equivalent

Function ac_equivalent 

Source
pub fn ac_equivalent(expr1: &TLExpr, expr2: &TLExpr) -> bool
Expand description

Check if two expressions are AC-equivalent.

This recursively normalizes both expressions and compares them.