WhoCites
Definitions
hol
arithmetic
3
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites band?
band
Def
p
q
== if
p
q
else false
fi
Thm*
p
,
q
:
. (
p
q
)
bfalse
Def
false
== inr(
)
Thm* false
ifthenelse
Def
if
b
t
else
f
fi == InjCase(
b
;
t
;
f
)
Thm*
b
:
,
A
:Type,
p
,
q
:
A
. if
b
p
else
q
fi
A
Syntax:
p
q
has structure:
band(
p
;
q
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
hol
arithmetic
3
Sections
HOLlib
Doc