Open oflatt opened 10 months ago
Example: (+ 3 (+ x 4)) => (+ (+ 3 4) x)
Don't include Associative and commutative rules, instead canonicalize to one form
Example: (+ 3 (+ x 4)) => (+ (+ 3 4) x)
Don't include Associative and commutative rules, instead canonicalize to one form