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