kdrag.modal.PointEq

kdrag.modal.PointEq(x: PExprRef, y: PExprRef) PBoolRef

Pointwise equality rather than on the nose equality.

>>> x = smt.Int("x")
>>> PointEq(smt.Lambda([x], x), 1)
Lambda(x0!..., x0!... == 1)
Parameters:
Return type:

PBoolRef