]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/lib/basics/types.ma
- we enabled a notation for ex2
[helm.git] / matita / matita / lib / basics / types.ma
index b319b5bd09907332f1d9ff2cea3b3bac02dedb25..a5e35c9d218a5d756319dd429dd7e1b6d4e8363e 100644 (file)
@@ -67,7 +67,7 @@ interpretation "mk_DPair" 'mk_DPair x y = (mk_DPair ?? x y).
 
 (* sigma *)
 record Sig (A:Type[0]) (f:A→Prop) : Type[0] ≝ {
-    pi1:> A
+    pi1: A  (* not a coercion due to problems with Cerco *)
   ; pi2: f pi1
   }.