]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/CoRN-Decl/algebra/Basics.ma
helm_registry: added the pair unmarshaller
[helm.git] / matita / contribs / CoRN-Decl / algebra / Basics.ma
index 22f1f819a59b0df0de278501f96ed4580ec9b287..5d9ba4c2e2be7c99b2c7bc9838b2c023569c4653 100644 (file)
@@ -75,6 +75,18 @@ Transparent sym_eq.
 Transparent f_equal.
 *)
 
+(* NOTATION
+Notation Pair := (pair (B:=_)).
+*)
+
+(* NOTATION
+Notation Proj1 := (proj1 (B:=_)).
+*)
+
+(* NOTATION
+Notation Proj2 := (proj2 (B:=_)).
+*)
+
 (* Following only needed in finite, but tha's now obsolete
 
 Lemma deMorgan_or_and: (A,B,X:Prop)((A\/B)->X)->(A->X)/\(B->X).
@@ -132,7 +144,7 @@ coercion. *)
 
 (* begin hide *)
 
-coercion "cic:/matita/CoRN-Decl/algebra/Basics/Z_of_nat.con" 0 (* compounds *).
+coercion cic:/Coq/ZArith/BinInt/Z_of_nat.con 0 (* compounds *).
 
 (* end hide *)