Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
Quote()
Truth()
Unquote()
of_sexp()
parse()
Interpret an s-expression as an expression.
>>> x = smt.Int("x") >>> q, hi1, i1 = Quote(x + 1) >>> e, hi2, i2 = Unquote(q) >>> e x + 1 >>> assert hi1.thm.eq(hi2.thm) and i1.thm.eq(i2.thm)
sexp (ExprRef)
tuple[ExprRef, Proof, Proof]