(3steps total)
PrintForm
bool
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
ifthenelse
wf
1
1.
b
:
2.
A
: Type
3.
p
:
A
4.
q
:
A
if
b
p
else
q
fi
A
By:
Unfold `ifthenelse` 0 THEN Unfold `bool` 1
Generated subgoal:
1
1.
b
: Unit+Unit
2.
A
: Type
3.
p
:
A
4.
q
:
A
InjCase(
b
;
p
;
q
)
A
1
step
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
(3steps total)
PrintForm
bool
1
Sections
StandardLIB
Doc