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.
firstnDef firstn(n;as)
Def == Case of as
Def == Canil  nil
Def == Caa.as'  if 0<n [a / firstn(n-1;as')] else nil fi
Def (recursive)
Thm* A:Type, as:A List, n:. firstn(n;as A List
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
lt_intDef i<j == if i<j true ; false fi
Thm* i,j:. (i<j 
topDef Top == Void given Void
Thm* Top  Type

About:
listconsnillist_indboolbfalse
btrueifthenelsevoidintnatural_numbersubtractless
setisectrecursive_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