Definitions
list
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
map
Def
map(
f
;
as
) == Case of
as
; nil
nil ;
a
.
as'
f
(
a
).map(
f
;
as'
) (recursive)
Thm*
A
,
B
:Type,
f
:(
A
B
),
l
:
A
List. map(
f
;
l
)
B
List
tidentity
Def
Id == Id
Thm*
A
:Type. Id
A
A
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
list
1
Sections
StandardLIB
Doc