Definitions mb event system 1 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
concatDef concat(ll) == reduce(l,l'l @ l';nil;ll)
Thm* T:Type, ll:(T List) List. concat(ll 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
topDef Top == Void given Void
Thm* Top  Type

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

Definitions mb event system 1 Sections EventSystems Doc