WhoCites
Definitions
prog
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites ifthenelse?
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:
if
b
t
else
f
fi
has structure:
ifthenelse(
b
;
t
;
f
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
prog
1
Sections
StandardLIB
Doc