IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def nmod(m;n) == if n=
0 then 0 else m rem n fi
is mentioned by
Def mod == m: . n: . nmod(m;n) | [hmod] |
Try larger context:
HOLlib
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html