tuple_()
Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
Helper to create Tuple values >>> t = tuple_(42, True) >>> t Tuple_Int_Bool(42, True) >>> t.sort() Tuple_Int_Bool
args (ExprRef)
DatatypeRef