(4steps total)
PrintForm
Definitions
list
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
map
map
A
,
B
,
C
:Type,
f
:(
A
B
),
g
:(
B
C
),
as
:
A
List. map(
g
;map(
f
;
as
)) = map(
g
o
f
;
as
)
By:
UnivCD
Generated subgoal:
1
1.
A
: Type
2.
B
: Type
3.
C
: Type
4.
f
:
A
B
5.
g
:
B
C
6.
as
:
A
List
map(
g
;map(
f
;
as
)) = map(
g
o
f
;
as
)
3
steps
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
(4steps total)
PrintForm
Definitions
list
1
Sections
StandardLIB
Doc