]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/contribs/PREDICATIVE-TOPOLOGY/qd_defs.ma
Incredible bug fixed: coercions were computed and then partially thrown away
[helm.git] / helm / matita / contribs / PREDICATIVE-TOPOLOGY / qd_defs.ma
index 0fd99341142e450e3221635223cd126b60ce0cf4..3e59a68d18eb997cce5e3354855833a3b774831f 100644 (file)
@@ -24,7 +24,6 @@ record QD: Type \def {
 }.
 
 coercion qd.
-(*
+
 inductive iall (D:QD) (P:D \to Prop) : Prop \def
    | iall_intro: (\forall (a:D). acin D a \to P a) \to iall D P.
-*)