]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/library_auto/auto/nat/plus.ma
Most of the time, URIs can now be replaced with identifiers in "interpretation".
[helm.git] / helm / software / matita / contribs / library_auto / auto / nat / plus.ma
index 59259ca68ff5b5517e9ca0391c7b7a702e0978ef..082bd5e05ffe2217e58f5ab8c8b1e770bef1f4ff 100644 (file)
@@ -21,8 +21,7 @@ let rec plus n m \def
  [ O \Rightarrow m
  | (S p) \Rightarrow S (plus p m) ].
 
-(*CSC: the URI must disappear: there is a bug now *)
-interpretation "natural plus" 'plus x y = (cic:/matita/library_autobatch/nat/plus/plus.con x y).
+interpretation "natural plus" 'plus x y = (plus x y).
 
 theorem plus_n_O: \forall n:nat. n = n+O.
 intros.elim n