src/HOL/Tools/atp-inputs/u_combBC_e.dfg
changeset 20647 680b58597f65
child 20660 8606ddd42554
equal deleted inserted replaced
20646:02729d4d6e4a 20647:680b58597f65
       
     1 %ID: $Id$
       
     2 %Author: Jia Meng, NICTA
       
     3 %untyped combinator reduction for B', C'
       
     4 
       
     5 clause(
       
     6 forall([C, F, G, X],
       
     7 or( equal(hAPP(hAPP(hAPP(hAPP(c_COMBB_e,C),F),G),X),hAPP(C,hAPP(F,hAPP(G,X)))))),
       
     8 a6 ).
       
     9 
       
    10 clause(
       
    11 forall([C, F, G, X],
       
    12 or( equal(hAPP(hAPP(hAPP(hAPP(c_COMBC_e,C),F),G),X),hAPP(hAPP(C,hAPP(F,X)),G)))),
       
    13 a7 ).