]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/dama/sequence.ma
- oCic2NCic and nCic2OCic moved to ng_library
[helm.git] / helm / software / matita / library / dama / sequence.ma
index 948d14f67963ef2e929bba924e40edbe58572ea4..271267759aee1702cf4b424aec3114692ad4ceb4 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)}.
@@ -34,5 +34,5 @@ for @{ 'sequence (\lambda ${ident i} . $p)}.
 notation "a \sub i" left associative with precedence 90 
   for @{ 'sequence_appl $a $i }.
 
-interpretation "sequence" 'sequence \eta.x = (mk_seq _ x).
-interpretation "sequence element" 'sequence_appl s i = (fun_of_seq _ s i).
+interpretation "sequence" 'sequence \eta.x = (mk_seq ? x).
+interpretation "sequence element" 'sequence_appl s i = (fun_of_seq ? s i).