]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/library/nat/minus.ma
More notation (up to where the open bugs allow me to put it without adding
[helm.git] / helm / matita / library / nat / minus.ma
index 7ba20e821833db53d2d8a283428789ef559d25ff..e725185e004bfaedb6ed3dbbea63720bd91ab4ba 100644 (file)
@@ -26,6 +26,7 @@ let rec minus n m \def
        [O \Rightarrow (S p)
         | (S q) \Rightarrow minus p q ]].
 
+(*CSC: the URI must disappear: there is a bug now *)
 interpretation "natural minus" 'minus x y = (cic:/matita/nat/minus/minus.con x y).
 
 theorem minus_n_O: \forall n:nat.n=n-O.