X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Flibrary%2Fdama%2Fsequence.ma;h=b75c696d3624e79ba1948a11649846d986e12425;hb=070b11daefc90ecc20ebee73acc550aeac1c627b;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..b75c696d3 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)}.