]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/nat/plus.ma
- transcript: bugfix
[helm.git] / helm / software / matita / library / nat / plus.ma
index 09bd4e38decbdd477af3aae9745e6ef88a09f165..d0038bac46f5c5cdebd51de3c2fc4152d6606072 100644 (file)
@@ -19,8 +19,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/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.