Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
PEq()
Box()
In()
MImplies()
Next()
PAnd()
PBoolRef
PDistinct()
PExprRef
PIf()
PImplies()
POr()
PointEq()
PointIf()
Valid()
coerce()
Pointwise equality rather than on the nose equality.
>>> x = smt.Int("x") >>> PointEq(smt.Lambda([x], x), 1) Lambda(x0!..., x0!... == 1)
x (PExprRef)
y (PExprRef)