Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
POr()
Box()
In()
MImplies()
Next()
PAnd()
PBoolRef
PDistinct()
PEq()
PExprRef
PIf()
PImplies()
PointEq()
PointIf()
Valid()
coerce()
Pointwise Or
>>> t = smt.Const("t", smt.IntSort()) >>> POr(smt.Lambda([t], t > 0), smt.Lambda([t], t < 10)) Lambda(t!..., Or(t!... > 0, t!... < 10))