]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/overred.ma
dama, tests, legacy ported
[helm.git] / matita / tests / overred.ma
index 2034001bd293d0e7d95c3c1dfedd4ab3caa53aaf..b270912add63478dcc603cc85df1841680f3817c 100644 (file)
@@ -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.