]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/esempi/and_implies_or2.cic
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / gTopLevel / esempi / and_implies_or2.cic
diff --git a/helm/gTopLevel/esempi/and_implies_or2.cic b/helm/gTopLevel/esempi/and_implies_or2.cic
deleted file mode 100644 (file)
index 46cfb9e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-alias and  /Coq/Init/Logic/and.ind#1/1
-alias conj /Coq/Init/Logic/and.ind#1/1/1
-
-alias or        /Coq/Init/Logic/or.ind#1/1
-alias or_introl /Coq/Init/Logic/or.ind#1/1/1
-alias or_intror /Coq/Init/Logic/or.ind#1/1/2
-
-!A:Prop.!B:Prop.!H:(and A B).(or A B)