(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
append
A
,
B
:Type,
f
:(
A
B
),
as
,
as'
:
A
List.
map(
f
;
as
@
as'
) = (map(
f
;
as
) @ map(
f
;
as'
))
By:
UnivCD
Generated subgoal:
1
1.
A
: Type
2.
B
: Type
3.
f
:
A
B
4.
as
:
A
List
5.
as'
:
A
List
map(
f
;
as
@
as'
) = (map(
f
;
as
) @ map(
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