]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/library/logic/equality.ma
More notation (up to where the open bugs allow me to put it without adding
[helm.git] / helm / matita / library / logic / equality.ma
index 87fe22bac85c4a9e592b8f38735c3f9e857c67ca..77ef0eb82ca2064213d49b0106cf82994a8917e0 100644 (file)
@@ -19,8 +19,10 @@ include "higher_order_defs/relations.ma".
 inductive eq (A:Type) (x:A) : A \to Prop \def
     refl_eq : eq A x x.
 
+(*CSC: the URI must disappear: there is a bug now *)
 interpretation "leibnitz's equality"
    'eq x y = (cic:/matita/logic/equality/eq.ind#xpointer(1/1) _ x y).
+(*CSC: this alias should disappear. It is now required because the notation for Coq is pre-loaded *)
 alias symbol "eq" (instance 0) = "leibnitz's equality".