]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/EXPORT/exportcsczfc/csc_zfc/csc_eqdep.v
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / EXPORT / exportcsczfc / csc_zfc / csc_eqdep.v
diff --git a/helm/EXPORT/exportcsczfc/csc_zfc/csc_eqdep.v b/helm/EXPORT/exportcsczfc/csc_zfc/csc_eqdep.v
deleted file mode 100644 (file)
index 8019c08..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Section Dependent_equality.
-
-Variable U:Type.
-Variable P:U->Type.
-
-Inductive eq_depT [p:U;x:(P p)] : (q:U)(P q)->Prop :=
-   eq_depT_intro : (eq_depT p x p x).
-
-End Dependent_equality.