WhoCites Definitions int 2 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites ndiff?
ndiffDef a -- b == imax(a-b;0)
Thm* a,b:. (a -- b 
imaxDef imax(a;b) == if ab b else a fi
Thm* a,b:. imax(a;b 
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:a -- b has structure: ndiff(ab)

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

WhoCites Definitions int 2 Sections StandardLIB Doc