WhoCites Definitions HOLlib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hexp?
hexpDef exp == m:n:. exp(m;n)
Thm* exp  (hnum  hnum  hnum)
expDef exp(m;n) == if n=0 then 1 else mexp(m;n-1) fi   (recursive)
Thm* m,n:. exp(m;n 
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
tlambdaDef (x:Tb(x))(x) == b(x)
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
leDef AB == B<A
Thm* i,j:. (ij Prop
notDef A == A  False
Thm* A:Prop. (A Prop

Syntax:exp has structure: hexp

About:
boolbfalsebtrueifthenelseassertintnatural_numbersubtractmultiply
int_eqless_thansetlambdaapplyfunction
recursive_def_noticeuniverseaxiommemberpropimpliesfalseall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions HOLlib Sections NuprlLIB Doc