Calc
FreshVar()
FreshVars()
Inductive()
Lemma
NewType()
Proof
QExists()
QForAll()
Struct()
axiom()
cond()
define()
prove()
search()
simp()
BVNot()
BitVecN
BitVecNConst()
BitVecNVal()
BitVecSort()
PopCount()
SelectConcat()
StoreConcat()
fromBV()
select_concat()
toBV()
>>> BV32 = BitVecSort(32) >>> BV32.bvadd_comm |= ForAll([x, y], x + y == y + x)