WhoCites Definitions NuprlPrimitives Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites reverse?
reverseDef rev(as) == Case of as; nil  nil ; a.as'  rev(as') @ [a]  (recursive)
Thm* T:Type, as:T List. rev(as T List
appendDef as @ bs == Case of as; nil  bs ; a.as'  a.(as' @ bs)  (recursive)
Thm* T:Type, as,bs:T List. (as @ bs T List

Syntax:rev(as) has structure: reverse(as)

About:
listconsconsnillist_ind
recursive_def_noticeuniversememberall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions NuprlPrimitives Sections NuprlLIB Doc