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()
Quote an expression as an s-expression.
>>> x = smt.Int("x") >>> sexp, _ ,_ = Quote(x + 1) >>> sexp Sexp("(declare-fun F (Int) Bool) (declare-fun x () Int) (assert (F (+ x 1))) ")
e (ExprRef)
tuple[ExprRef, Proof, Proof]