WhoCites Definitions HOLlib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites even?
evenDef even(n) == if n=0 then true else even(n-1) fi   (recursive)
Thm* n:. even(n 
bnotDef b == if b false else true fi
Thm* b:b  
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
bifDef bif(bbx.x(bx); by.y(by)) == if b x(*) else y(x.x) fi
Thm* A:Type, b:x:(bA), y:((b)A). bif(bbx.x(bx); by.y(by))  A

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

WhoCites Definitions HOLlib Sections NuprlLIB Doc