Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
codomain()
BoolSort()
Const()
Consts()
DeclareSort()
Eq()
Exists()
ForAll()
FuncRef
Function()
IntSort()
RealSort()
arg()
decl()
domains()
eq()
expr_kind()
func_kind()
get_id()
is_accessor()
is_app()
is_constructor()
is_func()
is_if()
is_neg()
is_power()
is_recognizer()
is_uninterp()
is_wf()
num_args()
register_well_formed()
sort()
sort_kind()
>>> x = Int("x") >>> y = Int("y") >>> f = Array("f", IntSort(), RealSort()) >>> codomain(f) Real >>> lam = Lambda([x, y], x + y) >>> codomain(lam) Int
f (FuncRef | ArraySortRef)
SortRef