X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Foverred.ma;fp=matita%2Ftests%2Foverred.ma;h=b270912add63478dcc603cc85df1841680f3817c;hb=73e52492b520deb0e79e75bd47733366e27e278d;hp=2034001bd293d0e7d95c3c1dfedd4ab3caa53aaf;hpb=9aa2df835e06cb49ba6381cef62b8aa137aad9c2;p=helm.git diff --git a/matita/tests/overred.ma b/matita/tests/overred.ma index 2034001bd..b270912ad 100644 --- a/matita/tests/overred.ma +++ b/matita/tests/overred.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/test/overred/". + include "logic/equality.ma". @@ -24,10 +24,10 @@ definition T3 : Type := T2. axiom t3 : T3. axiom c : T2 -> X -> X. -coercion cic:/matita/test/overred/c.con 1. +coercion cic:/matita/tests/overred/c.con 1. axiom daemon : c t3 x = x. theorem find_a_coercion_from_T2_for_a_term_in_T3 : (* c *) t3 x = x. apply daemon. -qed. \ No newline at end of file +qed.