X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fcoercions_dependent.ma;fp=helm%2Fsoftware%2Fmatita%2Ftests%2Fcoercions_dependent.ma;h=3b6602bbb30c2a5dbaab74d9bdf91e2ae4d8c319;hb=5c1b44dfefa085fbb56e23047652d3650be9d855;hp=b89abbf219fe5618ee3f351b55b62352a2a40305;hpb=bc61d11ba810d23ff947c14e3a39d6e3879d673e;p=helm.git diff --git a/helm/software/matita/tests/coercions_dependent.ma b/helm/software/matita/tests/coercions_dependent.ma index b89abbf21..3b6602bbb 100644 --- a/helm/software/matita/tests/coercions_dependent.ma +++ b/helm/software/matita/tests/coercions_dependent.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/test/". + include "nat/nat.ma". include "list/list.ma". @@ -27,7 +27,7 @@ axiom c : ∀A,B.∀l:list A.vec B (length A l). axiom veclen : ∀A,n.vec A n -> nat. -coercion cic:/matita/test/c.con. +coercion cic:/matita/tests/coercions_dependent/c.con. alias num (instance 0) = "natural number". definition xxx := veclen nat ? [3; 4; 7].