X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Flibrary%2Fdama%2Fsequence.ma;h=271267759aee1702cf4b424aec3114692ad4ceb4;hb=7288b45eacf9f7dcd118b3b89b81ff19ae9d6ce5;hp=948d14f67963ef2e929bba924e40edbe58572ea4;hpb=6fbeff97e37927fd95b3aee3eb23b4309fc465c4;p=helm.git diff --git a/helm/software/matita/library/dama/sequence.ma b/helm/software/matita/library/dama/sequence.ma index 948d14f67..271267759 100644 --- a/helm/software/matita/library/dama/sequence.ma +++ b/helm/software/matita/library/dama/sequence.ma @@ -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).