]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/dama/sequence.ma
The translation from old aliases to new references is now completely
[helm.git] / helm / software / matita / library / dama / sequence.ma
index 948d14f67963ef2e929bba924e40edbe58572ea4..b75c696d3624e79ba1948a11649846d986e12425 100644 (file)
@@ -20,7 +20,7 @@ inductive sequence (O:Type) : Type ≝
 definition fun_of_seq: ∀O:Type.sequence O → nat → O ≝ 
   λO.λx:sequence O.match x with [ mk_seq f ⇒ f ].
 
-coercion cic:/matita/dama/sequence/fun_of_seq.con 1.
+coercion fun_of_seq 1.
 
 notation < "hvbox((\lfloor term 19 p \rfloor) \sub ident i)" with precedence 90
 for @{ 'sequence (\lambda ${ident i} : $t . $p)}.