WhoCites Definitions int 2 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites modulus?
modulusDef a mod n == if 0a a rem n ; ((-a) rem n)=0 0 else n-((-a) rem n) fi
Thm* a:n:. (a mod n 
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
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 mod n has structure: modulus(an)

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

WhoCites Definitions int 2 Sections StandardLIB Doc