Thms
bool
1
Doc
ifthenelse
Def
if b
t else f fi == dec(b ; t; f)
Thm*
b:
, A:Type, p,q:A. if b
p else q fi
A
bool
Def
== Unit+Unit
Thm*
Type
function_prim
Def x:A
B(x) == PRIMITIVE {Total functions from A:
x.b(x) such that b(x)
B(x) for x
A }