Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
Sexp
parse()
pprint_sexp()
pprint_sexps()
Pretty print a single s-expression
>>> sexp = parse("(foo (bar X Y) Z); yoyoyo \n (foo)")[0] >>> pprint_sexp(sexp) '(foo (bar X Y) Z)'
sexp (Sexp)
str