]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/nat/times.ma
- transcript: bugfix
[helm.git] / helm / software / matita / library / nat / times.ma
index 32fbc7651caf25f77ee7e97e149e28336dc99a7c..6bbdcec4d2083e0200a3bdb7b431d9d577f00997 100644 (file)
@@ -19,7 +19,7 @@ let rec times n m \def
  [ O \Rightarrow O
  | (S p) \Rightarrow m+(times p m) ].
 
-interpretation "natural times" 'times x y = (cic:/matita/nat/times/times.con x y).
+interpretation "natural times" 'times x y = (times x y).
 
 theorem times_Sn_m:
 \forall n,m:nat. m+n*m = S n*m.