]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/library_auto/auto/nat/times.ma
freescale porting
[helm.git] / helm / software / matita / contribs / library_auto / auto / nat / times.ma
index c8e2a4066700e7b7de3d1b8340610b82f7eb8c5e..e0afd113006e82240c51beb4677830cb2f1eab42 100644 (file)
@@ -21,8 +21,7 @@ let rec times n m \def
  [ O \Rightarrow O
  | (S p) \Rightarrow m+(times p m) ].
 
-(*CSC: the URI must disappear: there is a bug now *)
-interpretation "natural times" 'times x y = (cic:/matita/library_autobatch/nat/times/times.con x y).
+interpretation "natural times" 'times x y = (times x y).
 
 theorem times_n_O: \forall n:nat. O = n*O.
 intros.elim n