]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/multiple_inheritance.ma
dama, tests, legacy ported
[helm.git] / matita / tests / multiple_inheritance.ma
index df15e704ff0f93fb7545b23e78247a0e481033d4..1aa708fb1264bc1be037d2e3f5c8241f44e90b71 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/test/".
+
 
 include "logic/equality.ma".
 
@@ -31,7 +31,7 @@ lemma r2 : R → R2.
  [ exact (C r)
  | rewrite > (with_ r); exact (mult (r2_ r))]
 qed.
-coercion cic:/matita/test/r2.con.
+coercion cic:/matita/tests/multiple_inheritance/r2.con.
 
 (* convertibility test *)
 lemma conv_test : ∀r:R.C r -> K r.