list
1
Sections
StandardLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Theorem
Name
Thm*
as
,
bs
:
T
List. rev(
as
@
bs
) = (rev(
bs
) @ rev(
as
))
[reverse_append]
cites the following:
Thm*
as
:
T
List. (
as
@ nil) =
as
[append_back_nil]
Thm*
as
,
bs
,
cs
:
T
List. ((
as
@
bs
) @
cs
) = (
as
@ (
bs
@
cs
))
[append_assoc]
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
list
1
Sections
StandardLIB
Doc