]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/logic/equality.ma
A very nice experiment using notation: we define the notation for natural
[helm.git] / helm / software / matita / library / logic / equality.ma
index 01c60e8fc9b17c40c720b235be2bcac605e2a8e9..cc181dfbf4f21c1ad15679de180126bb1a67ca73 100644 (file)
@@ -12,8 +12,6 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/logic/equality/".
-
 include "higher_order_defs/relations.ma".
 
 inductive eq (A:Type) (x:A) : A \to Prop \def
@@ -83,8 +81,8 @@ intros.elim H.apply refl_eq.
 qed.
 
 (*  *)
-coercion cic:/matita/logic/equality/sym_eq.con.
-coercion cic:/matita/logic/equality/eq_f.con.
+coercion sym_eq.
+coercion eq_f.
 (* *)
 
 default "equality"