Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
w |= (A /B)[e] if and only if w |= A[e] and w |= B[e]
>>> p, q = smt.Consts("p q", Prop) >>> And(p,q) Prop(Lambda(w, And(val(p)[w], val(q)[w])))
ps (DatatypeRef)
DatatypeRef