WhoCites Definitions MarkB generic Sections NuprlLIB Doc

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
append Def 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

WhoCites Definitions MarkB generic Sections NuprlLIB Doc