(2steps total)
PrintForm
Definitions
fun
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
comp
assoc
A
,
B
,
C
,
D
:Type,
f
:(
A
B
),
g
:(
B
C
),
h
:(
C
D
).
h
o
g
o
f
=
h
o
g
o
f
By:
UnivCD THEN (Unfold `compose` 0 THEN Reduce 0)
Generated subgoal:
1
1.
A
: Type
2.
B
: Type
3.
C
: Type
4.
D
: Type
5.
f
:
A
B
6.
g
:
B
C
7.
h
:
C
D
(
x
.
h
(
g
(
f
(
x
)))) = (
x
.
h
(
g
(
f
(
x
))))
A
D
Auto
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
(2steps total)
PrintForm
Definitions
fun
1
Sections
StandardLIB
Doc