WhoCites Definitions mb event system 6 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites upto?
uptoDef upto(n) == if n=0 nil else upto(n-1) @ [(n-1)] fi  (recursive)
Thm* n:. upto(n n 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
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 

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

WhoCites Definitions mb event system 6 Sections EventSystems Doc