]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/nat/div_and_mod.ma
added interpretation for \naturals, \rationals, and \integers
[helm.git] / helm / software / matita / library / nat / div_and_mod.ma
index 523f7431403a14071e2154d661eb9f22ef552332..538515a8cc806003287340ef9d1299b4625a17a0 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/nat/div_and_mod".
-
 include "datatypes/constructors.ma".
 include "nat/minus.ma".
 
-
 let rec mod_aux p m n: nat \def
 match (leb m n) with
 [ true \Rightarrow m