WhoCites Definitions hol list 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
NOTE: f{n} is just f{0..n}.

Who Cites listify?
listifyDef f{m..n} == if nm nil else cons((f(m)); (f{(m+1)..n})) fi  (recursive)
Thm* T:Type, m,n:f:({m..n}T). f{m..n T List
le_intDef ij == j<i
Thm* i,j:. (ij 
lt_intDef i<j == if i<j true ; false fi
Thm* i,j:. (i<j 
bnotDef b == if b false else true fi
Thm* b:b  

Syntax:f{m..n} has structure: listify(fmn)

About:
listboolbfalsebtrue
ifthenelseintnatural_numberaddlessapply
functionrecursive_def_noticeuniversememberall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions hol list 1 Sections HOLlib Doc