kdrag.Assoc

kdrag.Assoc(f) BoolRef
>>> Assoc(smt.Function("f", smt.IntSort(), smt.IntSort(), smt.IntSort()))
ForAll([x, y, z], f(f(x, y), z) == f(x, f(y, z)))
Return type:

BoolRef