src/HOL/Tools/atp-inputs/u_combBC.dfg
changeset 20806 3728dba101f1
parent 20805 35574b9b59aa
child 20807 bd3b60f9a343
--- a/src/HOL/Tools/atp-inputs/u_combBC.dfg	Sun Oct 01 03:07:12 2006 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-%ID: $Id$
-%Author: Jia Meng, NICTA
-%untyped combinator reduction for B, C
-
-clause(
-forall([P, Q, R],
-or( equal(hAPP(hAPP(hAPP(c_COMBB,P),Q),R),hAPP(P,hAPP(Q,R))))),
-a4 ).
-
-clause(
-forall([P, Q, R],
-or( equal(hAPP(hAPP(hAPP(c_COMBC,P),Q),R),hAPP(hAPP(P,R),Q)))),
-a5 ).
-