TSTP Solution File: COL016-1 by CiME---2.01

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CiME---2.01
% Problem  : COL016-1 : TPTP v6.0.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_cime %s

% Computer : n122.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32286.75MB
% OS       : Linux 2.6.32-431.11.2.el6.x86_64
% CPULimit : 300s
% DateTime : Tue Jun 10 00:19:41 EDT 2014

% Result   : Unsatisfiable 145.64s
% Output   : Refutation 145.64s
% Verified : 
% SZS Type : None (Parsing solution fails)
% Syntax   : Number of formulae    : 0

% Comments : 
%------------------------------------------------------------------------------
%----ERROR: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem  : COL016-1 : TPTP v6.0.0. Released v1.0.0.
% % Command  : tptp2X_and_run_cime %s
% % Computer : n122.star.cs.uiowa.edu
% % Model    : x86_64 x86_64
% % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% % Memory   : 32286.75MB
% % OS       : Linux 2.6.32-431.11.2.el6.x86_64
% % CPULimit : 300
% % DateTime : Thu Jun  5 17:25:03 CDT 2014
% % CPUTime  : 145.64 
% Processing problem /tmp/CiME_35761_n122.star.cs.uiowa.edu
% #verbose 1;
% let F = signature " combinator,m,l,b : constant;  apply : 2;";
% let X = vars "X Y Z";
% let Axioms = equations F X "
% apply(apply(apply(b,X),Y),Z) = apply(X,apply(Y,Z));
% apply(apply(l,X),Y) = apply(X,apply(Y,Y));
% apply(m,X) = apply(X,X);
% ";
% 
% let s1 = status F "
% combinator lr_lex;
% m lr_lex;
% l lr_lex;
% apply lr_lex;
% b lr_lex;
% ";
% 
% let p1 = precedence F "
% apply > b > l > m > combinator";
% 
% let s2 = status F "
% combinator mul;
% m mul;
% l mul;
% apply mul;
% b mul;
% ";
% 
% let p2 = precedence F "
% apply > b = l = m = combinator";
% 
% let o_auto = AUTO Axioms;
% 
% let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 
% let Conjectures = equations F X " Y = apply(combinator,Y);"
% ;
% (*
% let Red_Axioms = normalize_equations Defining_rules Axioms;
% 
% let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% *)
% #time on;
% 
% let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 
% #time off;
% 
% 
% let status = if res then "unsatisfiable" else "satisfiable";
% #quit;
% Verbose level is now 1
% 
% F : signature = <signature>
% X : variable_set = <variable set>
% 
% Axioms : (F,X) equations = { apply(apply(apply(b,X),Y),Z) =
% apply(X,apply(Y,Z)),
% apply(apply(l,X),Y) = apply(X,apply(Y,Y)),
% apply(m,X) = apply(X,X) } (3 equation(s))
% s1 : F status = <status>
% p1 : F precedence = <precedence>
% s2 : F status = <status>
% p2 : F precedence = <precedence>
% 
% [combinator] = 1;
% [m] = 2;
% [l] = 3;
% [b] = 4;
% [apply](x1,x2) = 1 + x1 + x2;
% Chosen ordering : KBO
% o_auto : F term_ordering = <term ordering>
% o : F term_ordering = <term ordering>
% Conjectures : (F,X) equations = { Y = apply(combinator,Y) } (1 equation(s))
% time is now on
% 
% Initializing completion ...
% New rule produced : [1] (eq)(Y,apply(combinator,Y)) -> (false)
% Current number of equations to process: 0
% Current number of ordered equations: 6
% Current number of rules: 1
% New rule produced : [2] (eq)(X,X) -> (true)
% Current number of equations to process: 0
% Current number of ordered equations: 5
% Current number of rules: 2
% New rule produced : [3] apply(X,X) <-> apply(m,X)
% Current number of equations to process: 0
% Current number of ordered equations: 4
% Current number of rules: 3
% New rule produced : [4] apply(m,X) <-> apply(X,X)
% Current number of equations to process: 0
% Current number of ordered equations: 3
% Current number of rules: 4
% New rule produced : [5] apply(X,apply(Y,Y)) <-> apply(apply(l,X),Y)
% Current number of equations to process: 0
% Current number of ordered equations: 3
% Current number of rules: 5
% New rule produced : [6] apply(apply(l,X),Y) <-> apply(X,apply(Y,Y))
% Current number of equations to process: 0
% Current number of ordered equations: 2
% Current number of rules: 6
% New rule produced : [7] apply(apply(apply(b,X),Y),Z) -> apply(X,apply(Y,Z))
% Current number of equations to process: 0
% Current number of ordered equations: 1
% Current number of rules: 7
% New rule produced : [8] (eq)(combinator,apply(m,combinator)) -> (false)
% Current number of equations to process: 0
% Current number of ordered equations: 0
% Current number of rules: 8
% New rule produced :
% [9] (eq)(apply(X,X),apply(apply(l,combinator),X)) -> (false)
% Current number of equations to process: 1
% Current number of ordered equations: 0
% Current number of rules: 9
% Rule [5] apply(X,apply(Y,Y)) <-> apply(apply(l,X),Y) is composed into 
% [5] apply(X,apply(Y,Y)) <-> apply(X,apply(m,Y))
% New rule produced : [10] apply(apply(l,X),Y) -> apply(X,apply(m,Y))
% Rule [6] apply(apply(l,X),Y) <-> apply(X,apply(Y,Y)) collapsed.
% Rule [9] (eq)(apply(X,X),apply(apply(l,combinator),X)) -> (false) collapsed.
% Current number of equations to process: 8
% Current number of ordered equations: 0
% Current number of rules: 8
% New rule produced :
% [11] (eq)(apply(X,X),apply(combinator,apply(m,X))) -> (false)
% Current number of equations to process: 7
% Current number of ordered equations: 0
% Current number of rules: 9
% New rule produced : [12] apply(l,apply(X,X)) <-> apply(apply(m,l),X)
% Current number of equations to process: 9
% Current number of ordered equations: 1
% Current number of rules: 10
% New rule produced : [13] apply(apply(m,l),X) <-> apply(l,apply(X,X))
% Current number of equations to process: 9
% Current number of ordered equations: 0
% Current number of rules: 11
% Rule [12] apply(l,apply(X,X)) <-> apply(apply(m,l),X) is composed into 
% [12] apply(l,apply(X,X)) <-> apply(l,apply(m,X))
% New rule produced : [14] apply(apply(m,l),X) -> apply(l,apply(m,X))
% Rule [13] apply(apply(m,l),X) <-> apply(l,apply(X,X)) collapsed.
% Current number of equations to process: 10
% Current number of ordered equations: 0
% Current number of rules: 11
% New rule produced :
% [15]
% (eq)(apply(apply(X,X),apply(X,X)),apply(combinator,apply(m,apply(m,X)))) ->
% (false)
% Current number of equations to process: 10
% Current number of ordered equations: 1
% Current number of rules: 12
% New rule produced :
% [16]
% (eq)(apply(apply(X,X),apply(m,X)),apply(combinator,apply(m,apply(X,X)))) ->
% (false)
% Current number of equations to process: 10
% Current number of ordered equations: 0
% Current number of rules: 13
% New rule produced :
% [17]
% (eq)(apply(apply(X,X),apply(m,X)),apply(combinator,apply(m,apply(m,X)))) ->
% (false)
% Current number of equations to process: 15
% Current number of ordered equations: 0
% Current number of rules: 14
% New rule produced :
% [18]
% (eq)(apply(m,apply(X,X)),apply(combinator,apply(m,apply(m,X)))) -> (false)
% Current number of equations to process: 16
% Current number of ordered equations: 0
% Current number of rules: 15
% New rule produced :
% [19]
% (eq)(apply(apply(m,X),apply(X,X)),apply(combinator,apply(m,apply(m,X)))) ->
% (false)
% Current number of equations to process: 15
% Current number of ordered equations: 0
% Current number of rules: 16
% New rule produced :
% [20]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(m,apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 14
% Current number of ordered equations: 0
% Current number of rules: 17
% New rule produced :
% [21]
% (eq)(apply(m,apply(m,X)),apply(combinator,apply(m,apply(X,X)))) -> (false)
% Current number of equations to process: 17
% Current number of ordered equations: 0
% Current number of rules: 18
% New rule produced :
% [22]
% (eq)(apply(apply(X,X),apply(m,X)),apply(combinator,apply(apply(X,X),apply(X,X))))
% -> (false)
% Current number of equations to process: 17
% Current number of ordered equations: 0
% Current number of rules: 19
% New rule produced :
% [23]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,l)))) ->
% (false)
% Current number of equations to process: 17
% Current number of ordered equations: 0
% Current number of rules: 20
% New rule produced :
% [24]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(m,apply(m,l)))) ->
% (false)
% Current number of equations to process: 20
% Current number of ordered equations: 0
% Current number of rules: 21
% New rule produced :
% [25]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(m,apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 20
% Current number of ordered equations: 0
% Current number of rules: 22
% New rule produced :
% [26]
% (eq)(apply(apply(m,X),apply(X,X)),apply(combinator,apply(m,apply(X,X)))) ->
% (false)
% Current number of equations to process: 23
% Current number of ordered equations: 0
% Current number of rules: 23
% New rule produced :
% [27]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(m,apply(m,l)))) ->
% (false)
% Current number of equations to process: 23
% Current number of ordered equations: 0
% Current number of rules: 24
% New rule produced :
% [28]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(m,apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 27
% Current number of ordered equations: 0
% Current number of rules: 25
% New rule produced :
% [29]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(m,apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 26
% Current number of ordered equations: 0
% Current number of rules: 26
% New rule produced :
% [30]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(m,apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 26
% Current number of ordered equations: 0
% Current number of rules: 27
% New rule produced :
% [31]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(m,X))))))
% -> (false)
% Current number of equations to process: 25
% Current number of ordered equations: 0
% Current number of rules: 28
% New rule produced :
% [32]
% (eq)(apply(m,apply(m,X)),apply(combinator,apply(apply(X,X),apply(X,X)))) ->
% (false)
% Current number of equations to process: 27
% Current number of ordered equations: 0
% Current number of rules: 29
% New rule produced :
% [33]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(m,apply(apply(X,X),
% apply(m,X))))) ->
% (false)
% Current number of equations to process: 25
% Current number of ordered equations: 1
% Current number of rules: 30
% New rule produced :
% [34]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(m,apply(apply(X,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 25
% Current number of ordered equations: 0
% Current number of rules: 31
% New rule produced :
% [35]
% (eq)(apply(apply(X,X),apply(m,X)),apply(combinator,apply(apply(m,X),apply(X,X))))
% -> (false)
% Current number of equations to process: 27
% Current number of ordered equations: 0
% Current number of rules: 32
% New rule produced :
% [36]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,l)))) ->
% (false)
% Current number of equations to process: 29
% Current number of ordered equations: 0
% Current number of rules: 33
% New rule produced :
% [37]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(m,apply(l,l)))))
% -> (false)
% Current number of equations to process: 27
% Current number of ordered equations: 1
% Current number of rules: 34
% New rule produced :
% [38]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(l,l))))
% -> (false)
% Current number of equations to process: 27
% Current number of ordered equations: 0
% Current number of rules: 35
% New rule produced :
% [39]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(m,l))))
% -> (false)
% Current number of equations to process: 27
% Current number of ordered equations: 0
% Current number of rules: 36
% New rule produced :
% [40]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(m,apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 31
% Current number of ordered equations: 0
% Current number of rules: 37
% New rule produced :
% [41]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(m,apply(
% apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 30
% Current number of ordered equations: 0
% Current number of rules: 38
% New rule produced :
% [42]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 30
% Current number of ordered equations: 0
% Current number of rules: 39
% New rule produced :
% [43]
% (eq)(apply(apply(m,X),apply(X,X)),apply(combinator,apply(apply(X,X),apply(X,X))))
% -> (false)
% Current number of equations to process: 33
% Current number of ordered equations: 0
% Current number of rules: 40
% New rule produced :
% [44]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(m,apply(m,l)))))
% -> (false)
% Current number of equations to process: 33
% Current number of ordered equations: 1
% Current number of rules: 41
% New rule produced :
% [45]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,l))))
% -> (false)
% Current number of equations to process: 33
% Current number of ordered equations: 0
% Current number of rules: 42
% New rule produced :
% [46]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(m,X)))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 36
% Current number of ordered equations: 0
% Current number of rules: 43
% New rule produced :
% [47]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 36
% Current number of ordered equations: 0
% Current number of rules: 44
% New rule produced :
% [48]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(m,apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 39
% Current number of ordered equations: 0
% Current number of rules: 45
% New rule produced :
% [49]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 39
% Current number of ordered equations: 0
% Current number of rules: 46
% New rule produced :
% [50]
% (eq)(apply(m,apply(m,apply(m,apply(X,X)))),apply(combinator,apply(m,apply(m,
% apply(m,
% apply(m,X))))))
% -> (false)
% Current number of equations to process: 43
% Current number of ordered equations: 0
% Current number of rules: 47
% New rule produced :
% [51]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(m,X)))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(m,X))))))
% -> (false)
% Current number of equations to process: 42
% Current number of ordered equations: 1
% Current number of rules: 48
% New rule produced :
% [52]
% (eq)(apply(m,apply(m,apply(apply(m,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(m,X))))))
% -> (false)
% Current number of equations to process: 42
% Current number of ordered equations: 0
% Current number of rules: 49
% New rule produced :
% [53]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 39
% Current number of ordered equations: 2
% Current number of rules: 50
% New rule produced :
% [54]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 39
% Current number of ordered equations: 1
% Current number of rules: 51
% New rule produced :
% [55]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 39
% Current number of ordered equations: 0
% Current number of rules: 52
% New rule produced :
% [56]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 36
% Current number of ordered equations: 2
% Current number of rules: 53
% New rule produced :
% [57]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 36
% Current number of ordered equations: 1
% Current number of rules: 54
% New rule produced :
% [58]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 36
% Current number of ordered equations: 0
% Current number of rules: 55
% New rule produced :
% [59]
% (eq)(apply(m,apply(m,X)),apply(combinator,apply(apply(X,X),apply(m,X)))) ->
% (false)
% Current number of equations to process: 38
% Current number of ordered equations: 0
% Current number of rules: 56
% New rule produced :
% [60]
% (eq)(apply(m,apply(m,X)),apply(combinator,apply(apply(m,X),apply(X,X)))) ->
% (false)
% Current number of equations to process: 39
% Current number of ordered equations: 0
% Current number of rules: 57
% New rule produced :
% [61]
% (eq)(apply(m,apply(X,X)),apply(combinator,apply(apply(X,X),apply(X,X)))) ->
% (false)
% Current number of equations to process: 38
% Current number of ordered equations: 0
% Current number of rules: 58
% New rule produced :
% [62]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(m,apply(apply(X,X),
% apply(m,X))))) ->
% (false)
% Current number of equations to process: 41
% Current number of ordered equations: 0
% Current number of rules: 59
% New rule produced :
% [63]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(m,apply(
% apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 41
% Current number of ordered equations: 0
% Current number of rules: 60
% New rule produced :
% [64]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 41
% Current number of ordered equations: 0
% Current number of rules: 61
% New rule produced :
% [65]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(m,apply(apply(m,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 44
% Current number of ordered equations: 0
% Current number of rules: 62
% New rule produced :
% [66]
% (eq)(apply(apply(X,X),apply(X,X)),apply(combinator,apply(apply(m,X),apply(X,X))))
% -> (false)
% Current number of equations to process: 48
% Current number of ordered equations: 0
% Current number of rules: 63
% New rule produced :
% [67]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,l))))
% -> (false)
% Current number of equations to process: 48
% Current number of ordered equations: 0
% Current number of rules: 64
% New rule produced :
% [68]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 49
% Current number of ordered equations: 0
% Current number of rules: 65
% New rule produced :
% [69]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 48
% Current number of ordered equations: 0
% Current number of rules: 66
% New rule produced :
% [70]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(l,l)))) ->
% (false)
% Current number of equations to process: 48
% Current number of ordered equations: 0
% Current number of rules: 67
% New rule produced :
% [71]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 49
% Current number of ordered equations: 0
% Current number of rules: 68
% New rule produced :
% [72]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,l)))) ->
% (false)
% Current number of equations to process: 48
% Current number of ordered equations: 0
% Current number of rules: 69
% New rule produced :
% [73]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(m,apply(
% apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 53
% Current number of ordered equations: 0
% Current number of rules: 70
% New rule produced :
% [74]
% (eq)(apply(m,apply(m,apply(m,apply(X,X)))),apply(combinator,apply(m,apply(m,
% apply(
% apply(X,X),
% apply(m,X))))))
% -> (false)
% Current number of equations to process: 51
% Current number of ordered equations: 1
% Current number of rules: 71
% New rule produced :
% [75]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),apply(combinator,apply(m,apply(m,
% apply(
% apply(X,X),
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 51
% Current number of ordered equations: 0
% Current number of rules: 72
% New rule produced :
% [76]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 54
% Current number of ordered equations: 0
% Current number of rules: 73
% New rule produced :
% [77]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 52
% Current number of ordered equations: 1
% Current number of rules: 74
% New rule produced :
% [78]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,apply(l,l)))))
% -> (false)
% Current number of equations to process: 52
% Current number of ordered equations: 0
% Current number of rules: 75
% New rule produced :
% [79]
% (eq)(apply(apply(m,X),apply(X,X)),apply(combinator,apply(apply(X,X),apply(m,X))))
% -> (false)
% Current number of equations to process: 55
% Current number of ordered equations: 0
% Current number of rules: 76
% New rule produced :
% [80]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 56
% Current number of ordered equations: 0
% Current number of rules: 77
% New rule produced :
% [81]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 55
% Current number of ordered equations: 0
% Current number of rules: 78
% New rule produced :
% [82]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,l)))) ->
% (false)
% Current number of equations to process: 55
% Current number of ordered equations: 0
% Current number of rules: 79
% New rule produced :
% [83]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),apply(combinator,apply(m,apply(m,
% apply(m,
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 59
% Current number of ordered equations: 0
% Current number of rules: 80
% New rule produced :
% [84]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,apply(m,l)))))
% -> (false)
% Current number of equations to process: 61
% Current number of ordered equations: 0
% Current number of rules: 81
% New rule produced :
% [85]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 60
% Current number of ordered equations: 0
% Current number of rules: 82
% New rule produced :
% [86]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(m,apply(
% apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 63
% Current number of ordered equations: 0
% Current number of rules: 83
% New rule produced :
% [87]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 64
% Current number of ordered equations: 1
% Current number of rules: 84
% New rule produced :
% [88]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,apply(m,l)))))
% -> (false)
% Current number of equations to process: 64
% Current number of ordered equations: 0
% Current number of rules: 85
% New rule produced :
% [89]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 67
% Current number of ordered equations: 1
% Current number of rules: 86
% New rule produced :
% [90]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 66
% Current number of ordered equations: 1
% Current number of rules: 87
% New rule produced :
% [91]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 66
% Current number of ordered equations: 0
% Current number of rules: 88
% New rule produced :
% [92]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 70
% Current number of ordered equations: 0
% Current number of rules: 89
% New rule produced :
% [93]
% (eq)(apply(m,apply(m,apply(apply(m,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 69
% Current number of ordered equations: 0
% Current number of rules: 90
% New rule produced :
% [94]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 69
% Current number of ordered equations: 0
% Current number of rules: 91
% New rule produced :
% [95]
% (eq)(apply(apply(m,apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 76
% Current number of ordered equations: 0
% Current number of rules: 92
% New rule produced :
% [96]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 74
% Current number of ordered equations: 1
% Current number of rules: 93
% New rule produced :
% [97]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 74
% Current number of ordered equations: 0
% Current number of rules: 94
% New rule produced :
% [98]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 71
% Current number of ordered equations: 2
% Current number of rules: 95
% New rule produced :
% [99]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 71
% Current number of ordered equations: 1
% Current number of rules: 96
% New rule produced :
% [100]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 70
% Current number of ordered equations: 0
% Current number of rules: 97
% New rule produced :
% [101]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(m,X)))),apply(combinator,
% apply(m,apply(m,apply(
% apply(X,X),
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 69
% Current number of ordered equations: 0
% Current number of rules: 98
% New rule produced :
% [102]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(m,apply(b,b)))))
% -> (false)
% Current number of equations to process: 69
% Current number of ordered equations: 0
% Current number of rules: 99
% New rule produced :
% [103]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 74
% Current number of ordered equations: 0
% Current number of rules: 100
% New rule produced :
% [104]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 72
% Current number of ordered equations: 1
% Current number of rules: 101
% New rule produced :
% [105]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 72
% Current number of ordered equations: 0
% Current number of rules: 102
% New rule produced :
% [106]
% (eq)(apply(apply(m,apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 77
% Current number of ordered equations: 0
% Current number of rules: 103
% New rule produced :
% [107]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 76
% Current number of ordered equations: 0
% Current number of rules: 104
% New rule produced :
% [108]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 80
% Current number of ordered equations: 2
% Current number of rules: 105
% New rule produced :
% [109]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 80
% Current number of ordered equations: 1
% Current number of rules: 106
% New rule produced :
% [110]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 80
% Current number of ordered equations: 0
% Current number of rules: 107
% New rule produced :
% [111]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 85
% Current number of ordered equations: 0
% Current number of rules: 108
% New rule produced :
% [112]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 89
% Current number of ordered equations: 0
% Current number of rules: 109
% New rule produced :
% [113]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 88
% Current number of ordered equations: 0
% Current number of rules: 110
% New rule produced :
% [114]
% (eq)(apply(m,apply(X,X)),apply(combinator,apply(apply(X,X),apply(m,X)))) ->
% (false)
% Current number of equations to process: 91
% Current number of ordered equations: 0
% Current number of rules: 111
% New rule produced :
% [115]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(m,apply(m,l))))) ->
% (false)
% Current number of equations to process: 91
% Current number of ordered equations: 0
% Current number of rules: 112
% New rule produced :
% [116]
% (eq)(apply(m,apply(X,X)),apply(combinator,apply(apply(m,X),apply(X,X)))) ->
% (false)
% Current number of equations to process: 94
% Current number of ordered equations: 0
% Current number of rules: 113
% New rule produced :
% [117]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(m,apply(l,l))))) ->
% (false)
% Current number of equations to process: 94
% Current number of ordered equations: 0
% Current number of rules: 114
% New rule produced :
% [118]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 99
% Current number of ordered equations: 0
% Current number of rules: 115
% New rule produced :
% [119]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(m,apply(
% apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 102
% Current number of ordered equations: 0
% Current number of rules: 116
% New rule produced :
% [120]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 104
% Current number of ordered equations: 0
% Current number of rules: 117
% New rule produced :
% [121]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 103
% Current number of ordered equations: 0
% Current number of rules: 118
% New rule produced :
% [122]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(m,apply(apply(m,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 106
% Current number of ordered equations: 0
% Current number of rules: 119
% New rule produced :
% [123]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 106
% Current number of ordered equations: 0
% Current number of rules: 120
% New rule produced :
% [124]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 111
% Current number of ordered equations: 0
% Current number of rules: 121
% New rule produced :
% [125]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(l,l)))) ->
% (false)
% Current number of equations to process: 110
% Current number of ordered equations: 0
% Current number of rules: 122
% New rule produced :
% [126]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 110
% Current number of ordered equations: 1
% Current number of rules: 123
% New rule produced :
% [127]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(l,apply(m,apply(l,l)))))
% -> (false)
% Current number of equations to process: 110
% Current number of ordered equations: 0
% Current number of rules: 124
% New rule produced :
% [128]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 110
% Current number of ordered equations: 0
% Current number of rules: 125
% New rule produced :
% [129]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 111
% Current number of ordered equations: 0
% Current number of rules: 126
% New rule produced :
% [130]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 110
% Current number of ordered equations: 0
% Current number of rules: 127
% New rule produced :
% [131]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(l,l)))) ->
% (false)
% Current number of equations to process: 110
% Current number of ordered equations: 0
% Current number of rules: 128
% New rule produced :
% [132]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(l,apply(m,apply(m,l)))))
% -> (false)
% Current number of equations to process: 110
% Current number of ordered equations: 0
% Current number of rules: 129
% New rule produced :
% [133]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,l)))) ->
% (false)
% Current number of equations to process: 110
% Current number of ordered equations: 0
% Current number of rules: 130
% New rule produced :
% [134]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(m,apply(
% apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 114
% Current number of ordered equations: 0
% Current number of rules: 131
% New rule produced :
% [135]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),apply(combinator,apply(m,apply(m,
% apply(
% apply(X,X),
% apply(m,X))))))
% -> (false)
% Current number of equations to process: 118
% Current number of ordered equations: 0
% Current number of rules: 132
% New rule produced :
% [136]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(apply(X,X),
% apply(m,X)),
% apply(m,apply(X,X))))) ->
% (false)
% Current number of equations to process: 115
% Current number of ordered equations: 2
% Current number of rules: 133
% New rule produced :
% [137]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(apply(X,X),
% apply(X,X)),
% apply(m,apply(m,X))))) ->
% (false)
% Current number of equations to process: 115
% Current number of ordered equations: 1
% Current number of rules: 134
% New rule produced :
% [138]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(X,X),
% apply(X,X)),
% apply(m,apply(X,X))))) ->
% (false)
% Current number of equations to process: 115
% Current number of ordered equations: 0
% Current number of rules: 135
% New rule produced :
% [139]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(X,X),apply(X,X)))))
% -> (false)
% Current number of equations to process: 112
% Current number of ordered equations: 2
% Current number of rules: 136
% New rule produced :
% [140]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,apply(X,X)),
% apply(apply(X,X),apply(m,X)))))
% -> (false)
% Current number of equations to process: 112
% Current number of ordered equations: 1
% Current number of rules: 137
% New rule produced :
% [141]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,apply(X,X)),
% apply(apply(X,X),apply(X,X)))))
% -> (false)
% Current number of equations to process: 112
% Current number of ordered equations: 0
% Current number of rules: 138
% New rule produced :
% [142]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,apply(
% apply(X,X),
% apply(m,X))))))
% -> (false)
% Current number of equations to process: 111
% Current number of ordered equations: 0
% Current number of rules: 139
% New rule produced :
% [143]
% (eq)(apply(m,apply(m,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 115
% Current number of ordered equations: 0
% Current number of rules: 140
% New rule produced :
% [144]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),apply(combinator,apply(m,apply(m,
% apply(
% apply(m,X),
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 114
% Current number of ordered equations: 0
% Current number of rules: 141
% New rule produced :
% [145]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,apply(l,l)))))
% -> (false)
% Current number of equations to process: 115
% Current number of ordered equations: 0
% Current number of rules: 142
% New rule produced :
% [146]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 118
% Current number of ordered equations: 0
% Current number of rules: 143
% New rule produced :
% [147]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 117
% Current number of ordered equations: 0
% Current number of rules: 144
% New rule produced :
% [148]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 118
% Current number of ordered equations: 0
% Current number of rules: 145
% New rule produced :
% [149]
% (eq)(apply(apply(X,X),apply(X,X)),apply(combinator,apply(apply(X,X),apply(m,X))))
% -> (false)
% Current number of equations to process: 122
% Current number of ordered equations: 0
% Current number of rules: 146
% New rule produced :
% [150]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 122
% Current number of ordered equations: 1
% Current number of rules: 147
% New rule produced :
% [151]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(l,apply(m,apply(m,l)))))
% -> (false)
% Current number of equations to process: 122
% Current number of ordered equations: 0
% Current number of rules: 148
% New rule produced :
% [152]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 122
% Current number of ordered equations: 0
% Current number of rules: 149
% New rule produced :
% [153]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,l)))) ->
% (false)
% Current number of equations to process: 122
% Current number of ordered equations: 0
% Current number of rules: 150
% New rule produced :
% [154]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 126
% Current number of ordered equations: 0
% Current number of rules: 151
% New rule produced :
% [155]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 125
% Current number of ordered equations: 0
% Current number of rules: 152
% New rule produced :
% [156]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 128
% Current number of ordered equations: 0
% Current number of rules: 153
% New rule produced :
% [157]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 135
% Current number of ordered equations: 0
% Current number of rules: 154
% New rule produced :
% [158]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 134
% Current number of ordered equations: 0
% Current number of rules: 155
% New rule produced :
% [159]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 135
% Current number of ordered equations: 0
% Current number of rules: 156
% New rule produced :
% [160]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 143
% Current number of ordered equations: 1
% Current number of rules: 157
% New rule produced :
% [161]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 143
% Current number of ordered equations: 0
% Current number of rules: 158
% New rule produced :
% [162]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 141
% Current number of ordered equations: 1
% Current number of rules: 159
% New rule produced :
% [163]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 141
% Current number of ordered equations: 0
% Current number of rules: 160
% New rule produced :
% [164]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 138
% Current number of ordered equations: 0
% Current number of rules: 161
% New rule produced :
% [165]
% (eq)(apply(apply(m,apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(apply(X,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 146
% Current number of ordered equations: 0
% Current number of rules: 162
% New rule produced :
% [166]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 144
% Current number of ordered equations: 1
% Current number of rules: 163
% New rule produced :
% [167]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 144
% Current number of ordered equations: 0
% Current number of rules: 164
% New rule produced :
% [168]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false)
% Current number of equations to process: 142
% Current number of ordered equations: 1
% Current number of rules: 165
% New rule produced :
% [169]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(apply(X,X),apply(m,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false)
% Current number of equations to process: 142
% Current number of ordered equations: 0
% Current number of rules: 166
% New rule produced :
% [170]
% (eq)(apply(apply(m,apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(apply(X,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 149
% Current number of ordered equations: 0
% Current number of rules: 167
% New rule produced :
% [171]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 147
% Current number of ordered equations: 1
% Current number of rules: 168
% New rule produced :
% [172]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 147
% Current number of ordered equations: 0
% Current number of rules: 169
% New rule produced :
% [173]
% (eq)(apply(apply(m,apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 159
% Current number of ordered equations: 0
% Current number of rules: 170
% New rule produced :
% [174]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 164
% Current number of ordered equations: 0
% Current number of rules: 171
% New rule produced :
% [175]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 163
% Current number of ordered equations: 0
% Current number of rules: 172
% New rule produced :
% [176]
% (eq)(apply(m,apply(m,apply(apply(m,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,apply(
% apply(X,X),
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 162
% Current number of ordered equations: 0
% Current number of rules: 173
% New rule produced :
% [177]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 160
% Current number of ordered equations: 1
% Current number of rules: 174
% New rule produced :
% [178]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 160
% Current number of ordered equations: 0
% Current number of rules: 175
% New rule produced :
% [179]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(m,apply(m,b)))))
% -> (false)
% Current number of equations to process: 160
% Current number of ordered equations: 0
% Current number of rules: 176
% New rule produced :
% [180]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 160
% Current number of ordered equations: 0
% Current number of rules: 177
% New rule produced :
% [181]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(m,apply(b,b)))))
% -> (false)
% Current number of equations to process: 164
% Current number of ordered equations: 0
% Current number of rules: 178
% New rule produced :
% [182]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 164
% Current number of ordered equations: 0
% Current number of rules: 179
% New rule produced :
% [183]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 170
% Current number of ordered equations: 2
% Current number of rules: 180
% New rule produced :
% [184]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 170
% Current number of ordered equations: 1
% Current number of rules: 181
% New rule produced :
% [185]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 170
% Current number of ordered equations: 0
% Current number of rules: 182
% New rule produced :
% [186]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 175
% Current number of ordered equations: 1
% Current number of rules: 183
% New rule produced :
% [187]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 175
% Current number of ordered equations: 0
% Current number of rules: 184
% New rule produced :
% [188]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 179
% Current number of ordered equations: 1
% Current number of rules: 185
% New rule produced :
% [189]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 179
% Current number of ordered equations: 0
% Current number of rules: 186
% New rule produced :
% [190]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(m,X)))),apply(combinator,
% apply(m,apply(m,apply(
% apply(m,X),
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 183
% Current number of ordered equations: 0
% Current number of rules: 187
% New rule produced :
% [191]
% (eq)(apply(m,apply(m,apply(m,apply(apply(X,X),apply(X,X))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(m,X)))))))
% -> (false)
% Current number of equations to process: 182
% Current number of ordered equations: 0
% Current number of rules: 188
% New rule produced :
% [192]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(m,apply(b,b)))))
% -> (false)
% Current number of equations to process: 182
% Current number of ordered equations: 0
% Current number of rules: 189
% New rule produced :
% [193]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 185
% Current number of ordered equations: 0
% Current number of rules: 190
% New rule produced :
% [194]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 184
% Current number of ordered equations: 0
% Current number of rules: 191
% New rule produced :
% [195]
% (eq)(apply(apply(m,apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 189
% Current number of ordered equations: 0
% Current number of rules: 192
% New rule produced :
% [196]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 188
% Current number of ordered equations: 0
% Current number of rules: 193
% New rule produced :
% [197]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 193
% Current number of ordered equations: 0
% Current number of rules: 194
% New rule produced :
% [198]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 193
% Current number of ordered equations: 0
% Current number of rules: 195
% New rule produced :
% [199]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 200
% Current number of ordered equations: 0
% Current number of rules: 196
% New rule produced :
% [200]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 204
% Current number of ordered equations: 1
% Current number of rules: 197
% New rule produced :
% [201]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 204
% Current number of ordered equations: 0
% Current number of rules: 198
% New rule produced :
% [202]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 208
% Current number of ordered equations: 0
% Current number of rules: 199
% New rule produced :
% [203]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 212
% Current number of ordered equations: 0
% Current number of rules: 200
% New rule produced :
% [204]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 212
% Current number of ordered equations: 0
% Current number of rules: 201
% New rule produced :
% [205]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 217
% Current number of ordered equations: 0
% Current number of rules: 202
% New rule produced :
% [206]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 220
% Current number of ordered equations: 0
% Current number of rules: 203
% New rule produced :
% [207]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 219
% Current number of ordered equations: 0
% Current number of rules: 204
% New rule produced :
% [208]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 224
% Current number of ordered equations: 0
% Current number of rules: 205
% New rule produced :
% [209]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(m,apply(m,l))))) ->
% (false)
% Current number of equations to process: 227
% Current number of ordered equations: 0
% Current number of rules: 206
% New rule produced :
% [210]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(m,apply(m,l))))))
% -> (false)
% Current number of equations to process: 227
% Current number of ordered equations: 0
% Current number of rules: 207
% New rule produced :
% [211]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(m,apply(l,l))))) ->
% (false)
% Current number of equations to process: 230
% Current number of ordered equations: 0
% Current number of rules: 208
% New rule produced :
% [212]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(m,apply(l,l))))))
% -> (false)
% Current number of equations to process: 230
% Current number of ordered equations: 0
% Current number of rules: 209
% New rule produced :
% [213]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 231
% Current number of ordered equations: 0
% Current number of rules: 210
% New rule produced :
% [214]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 236
% Current number of ordered equations: 0
% Current number of rules: 211
% New rule produced :
% [215]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 242
% Current number of ordered equations: 0
% Current number of rules: 212
% New rule produced :
% [216]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(l,apply(m,apply(l,l)))))
% -> (false)
% Current number of equations to process: 242
% Current number of ordered equations: 0
% Current number of rules: 213
% New rule produced :
% [217]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(l,l)))) ->
% (false)
% Current number of equations to process: 242
% Current number of ordered equations: 0
% Current number of rules: 214
% New rule produced :
% [218]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(l,apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 243
% Current number of ordered equations: 0
% Current number of rules: 215
% New rule produced :
% [219]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 242
% Current number of ordered equations: 0
% Current number of rules: 216
% New rule produced :
% [220]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 242
% Current number of ordered equations: 0
% Current number of rules: 217
% New rule produced :
% [221]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 242
% Current number of ordered equations: 0
% Current number of rules: 218
% New rule produced :
% [222]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 242
% Current number of ordered equations: 0
% Current number of rules: 219
% New rule produced :
% [223]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(l,apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 245
% Current number of ordered equations: 0
% Current number of rules: 220
% New rule produced :
% [224]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 244
% Current number of ordered equations: 0
% Current number of rules: 221
% New rule produced :
% [225]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 251
% Current number of ordered equations: 0
% Current number of rules: 222
% New rule produced :
% [226]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 250
% Current number of ordered equations: 0
% Current number of rules: 223
% New rule produced :
% [227]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(l,l)))) -> (false)
% Current number of equations to process: 249
% Current number of ordered equations: 0
% Current number of rules: 224
% New rule produced :
% [228]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(m,l)))) -> (false)
% Current number of equations to process: 248
% Current number of ordered equations: 0
% Current number of rules: 225
% New rule produced :
% [229]
% (eq)(apply(m,apply(m,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 248
% Current number of ordered equations: 0
% Current number of rules: 226
% New rule produced :
% [230]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,apply(m,X)),
% apply(m,apply(X,X))))) ->
% (false)
% Current number of equations to process: 256
% Current number of ordered equations: 0
% Current number of rules: 227
% New rule produced :
% [231]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(apply(X,X),
% apply(m,X)),
% apply(m,apply(m,X))))) ->
% (false)
% Current number of equations to process: 254
% Current number of ordered equations: 1
% Current number of rules: 228
% New rule produced :
% [232]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(X,X),
% apply(m,X)),
% apply(m,apply(X,X))))) ->
% (false)
% Current number of equations to process: 254
% Current number of ordered equations: 0
% Current number of rules: 229
% New rule produced :
% [233]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(b,b))))))
% -> (false)
% Current number of equations to process: 254
% Current number of ordered equations: 0
% Current number of rules: 230
% New rule produced :
% [234]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,apply(X,X)),
% apply(m,apply(m,X))))) ->
% (false)
% Current number of equations to process: 262
% Current number of ordered equations: 0
% Current number of rules: 231
% New rule produced :
% [235]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,apply(m,l)),
% apply(m,apply(m,apply(l,l))))))
% -> (false)
% Current number of equations to process: 261
% Current number of ordered equations: 0
% Current number of rules: 232
% New rule produced :
% [236]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),
% apply(m,apply(m,X))))) ->
% (false)
% Current number of equations to process: 259
% Current number of ordered equations: 1
% Current number of rules: 233
% New rule produced :
% [237]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(X,X),
% apply(X,X)),
% apply(m,apply(m,X))))) ->
% (false)
% Current number of equations to process: 259
% Current number of ordered equations: 0
% Current number of rules: 234
% New rule produced :
% [238]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),
% apply(m,apply(X,X))))) ->
% (false)
% Current number of equations to process: 262
% Current number of ordered equations: 0
% Current number of rules: 235
% New rule produced :
% [239]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(X,X),apply(m,X)))))
% -> (false)
% Current number of equations to process: 267
% Current number of ordered equations: 2
% Current number of rules: 236
% New rule produced :
% [240]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(m,X),apply(X,X)))))
% -> (false)
% Current number of equations to process: 267
% Current number of ordered equations: 1
% Current number of rules: 237
% New rule produced :
% [241]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(X,X),apply(X,X)))))
% -> (false)
% Current number of equations to process: 267
% Current number of ordered equations: 0
% Current number of rules: 238
% New rule produced :
% [242]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 266
% Current number of ordered equations: 0
% Current number of rules: 239
% New rule produced :
% [243]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,apply(X,X)),
% apply(apply(X,X),apply(m,X)))))
% -> (false)
% Current number of equations to process: 272
% Current number of ordered equations: 0
% Current number of rules: 240
% New rule produced :
% [244]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,apply(l,l)),
% apply(l,apply(m,apply(m,l))))))
% -> (false)
% Current number of equations to process: 276
% Current number of ordered equations: 0
% Current number of rules: 241
% New rule produced :
% [245]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,apply(X,X)),
% apply(apply(m,X),apply(X,X)))))
% -> (false)
% Current number of equations to process: 275
% Current number of ordered equations: 0
% Current number of rules: 242
% New rule produced :
% [246]
% (eq)(apply(m,apply(m,apply(apply(m,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,apply(
% apply(X,X),
% apply(m,X))))))
% -> (false)
% Current number of equations to process: 279
% Current number of ordered equations: 0
% Current number of rules: 243
% New rule produced :
% [247]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 278
% Current number of ordered equations: 0
% Current number of rules: 244
% New rule produced :
% [248]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 277
% Current number of ordered equations: 0
% Current number of rules: 245
% New rule produced :
% [249]
% (eq)(apply(m,apply(m,apply(m,apply(apply(X,X),apply(m,X))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(X,X)))))))
% -> (false)
% Current number of equations to process: 275
% Current number of ordered equations: 0
% Current number of rules: 246
% New rule produced :
% [250]
% (eq)(apply(m,apply(m,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 277
% Current number of ordered equations: 0
% Current number of rules: 247
% New rule produced :
% [251]
% (eq)(apply(m,apply(m,apply(m,apply(X,X)))),apply(combinator,apply(m,apply(m,
% apply(
% apply(m,X),
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 280
% Current number of ordered equations: 0
% Current number of rules: 248
% New rule produced :
% [252]
% (eq)(apply(m,apply(m,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 280
% Current number of ordered equations: 0
% Current number of rules: 249
% New rule produced :
% [253]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 282
% Current number of ordered equations: 0
% Current number of rules: 250
% New rule produced :
% [254]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 281
% Current number of ordered equations: 0
% Current number of rules: 251
% New rule produced :
% [255]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 290
% Current number of ordered equations: 0
% Current number of rules: 252
% New rule produced :
% [256]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 289
% Current number of ordered equations: 0
% Current number of rules: 253
% New rule produced :
% [257]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 287
% Current number of ordered equations: 1
% Current number of rules: 254
% New rule produced :
% [258]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 287
% Current number of ordered equations: 0
% Current number of rules: 255
% New rule produced :
% [259]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(l,apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 293
% Current number of ordered equations: 0
% Current number of rules: 256
% New rule produced :
% [260]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 292
% Current number of ordered equations: 0
% Current number of rules: 257
% New rule produced :
% [261]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 292
% Current number of ordered equations: 0
% Current number of rules: 258
% New rule produced :
% [262]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 298
% Current number of ordered equations: 0
% Current number of rules: 259
% New rule produced :
% [263]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(m,apply(m,l)))) -> (false)
% Current number of equations to process: 297
% Current number of ordered equations: 0
% Current number of rules: 260
% New rule produced :
% [264]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 296
% Current number of ordered equations: 0
% Current number of rules: 261
% New rule produced :
% [265]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 305
% Current number of ordered equations: 0
% Current number of rules: 262
% New rule produced :
% [266]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 303
% Current number of ordered equations: 1
% Current number of rules: 263
% New rule produced :
% [267]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 303
% Current number of ordered equations: 0
% Current number of rules: 264
% New rule produced :
% [268]
% (eq)(apply(apply(m,apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(apply(X,X),
% apply(m,X))))) ->
% (false)
% Current number of equations to process: 315
% Current number of ordered equations: 0
% Current number of rules: 265
% New rule produced :
% [269]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 314
% Current number of ordered equations: 0
% Current number of rules: 266
% New rule produced :
% [270]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(apply(b,b),
% apply(m,b))))) ->
% (false)
% Current number of equations to process: 314
% Current number of ordered equations: 0
% Current number of rules: 267
% New rule produced :
% [271]
% (eq)(apply(apply(m,apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(apply(X,X),
% apply(m,X))))) ->
% (false)
% Current number of equations to process: 321
% Current number of ordered equations: 0
% Current number of rules: 268
% New rule produced :
% [272]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 320
% Current number of ordered equations: 0
% Current number of rules: 269
% New rule produced :
% [273]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 319
% Current number of ordered equations: 0
% Current number of rules: 270
% New rule produced :
% [274]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 325
% Current number of ordered equations: 0
% Current number of rules: 271
% New rule produced :
% [275]
% (eq)(apply(apply(m,apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(apply(m,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 330
% Current number of ordered equations: 0
% Current number of rules: 272
% New rule produced :
% [276]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 337
% Current number of ordered equations: 0
% Current number of rules: 273
% New rule produced :
% [277]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 336
% Current number of ordered equations: 0
% Current number of rules: 274
% New rule produced :
% [278]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 335
% Current number of ordered equations: 0
% Current number of rules: 275
% New rule produced :
% [279]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(apply(m,b),
% apply(b,b))))) ->
% (false)
% Current number of equations to process: 335
% Current number of ordered equations: 0
% Current number of rules: 276
% New rule produced :
% [280]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 346
% Current number of ordered equations: 1
% Current number of rules: 277
% New rule produced :
% [281]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false)
% Current number of equations to process: 346
% Current number of ordered equations: 0
% Current number of rules: 278
% New rule produced :
% [282]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 345
% Current number of ordered equations: 0
% Current number of rules: 279
% New rule produced :
% [283]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false)
% Current number of equations to process: 344
% Current number of ordered equations: 0
% Current number of rules: 280
% New rule produced :
% [284]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 342
% Current number of ordered equations: 1
% Current number of rules: 281
% New rule produced :
% [285]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 342
% Current number of ordered equations: 0
% Current number of rules: 282
% New rule produced :
% [286]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false)
% Current number of equations to process: 341
% Current number of ordered equations: 0
% Current number of rules: 283
% New rule produced :
% [287]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(apply(X,X),apply(m,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false)
% Current number of equations to process: 340
% Current number of ordered equations: 0
% Current number of rules: 284
% New rule produced :
% [288]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 338
% Current number of ordered equations: 1
% Current number of rules: 285
% New rule produced :
% [289]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 338
% Current number of ordered equations: 0
% Current number of rules: 286
% New rule produced :
% [290]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false)
% Current number of equations to process: 337
% Current number of ordered equations: 0
% Current number of rules: 287
% New rule produced :
% [291]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 334
% Current number of ordered equations: 2
% Current number of rules: 288
% New rule produced :
% [292]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 334
% Current number of ordered equations: 1
% Current number of rules: 289
% New rule produced :
% [293]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(X,X)),
% apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 334
% Current number of ordered equations: 0
% Current number of rules: 290
% New rule produced :
% [294]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(X,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 331
% Current number of ordered equations: 0
% Current number of rules: 291
% New rule produced :
% [295]
% (eq)(apply(m,apply(m,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 326
% Current number of ordered equations: 0
% Current number of rules: 292
% New rule produced :
% [296]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 325
% Current number of ordered equations: 0
% Current number of rules: 293
% New rule produced :
% [297]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 324
% Current number of ordered equations: 0
% Current number of rules: 294
% New rule produced :
% [298]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 321
% Current number of ordered equations: 0
% Current number of rules: 295
% New rule produced :
% [299]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 320
% Current number of ordered equations: 0
% Current number of rules: 296
% New rule produced :
% [300]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 319
% Current number of ordered equations: 0
% Current number of rules: 297
% New rule produced :
% [301]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 318
% Current number of ordered equations: 0
% Current number of rules: 298
% New rule produced :
% [302]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false)
% Current number of equations to process: 316
% Current number of ordered equations: 0
% Current number of rules: 299
% New rule produced :
% [303]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(apply(X,X),apply(m,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false)
% Current number of equations to process: 322
% Current number of ordered equations: 0
% Current number of rules: 300
% New rule produced :
% [304]
% (eq)(apply(apply(m,apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(apply(m,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 326
% Current number of ordered equations: 0
% Current number of rules: 301
% New rule produced :
% [305]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 331
% Current number of ordered equations: 0
% Current number of rules: 302
% New rule produced :
% [306]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(m,apply(m,b)))))
% -> (false)
% Current number of equations to process: 343
% Current number of ordered equations: 0
% Current number of rules: 303
% New rule produced :
% [307]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 343
% Current number of ordered equations: 0
% Current number of rules: 304
% New rule produced :
% [308]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(m,apply(m,b)))))
% -> (false)
% Current number of equations to process: 356
% Current number of ordered equations: 0
% Current number of rules: 305
% New rule produced :
% [309]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(m,apply(b,b)))))
% -> (false)
% Current number of equations to process: 358
% Current number of ordered equations: 0
% Current number of rules: 306
% New rule produced :
% [310]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 359
% Current number of ordered equations: 0
% Current number of rules: 307
% New rule produced :
% [311]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 365
% Current number of ordered equations: 0
% Current number of rules: 308
% New rule produced :
% [312]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 365
% Current number of ordered equations: 0
% Current number of rules: 309
% New rule produced :
% [313]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 372
% Current number of ordered equations: 0
% Current number of rules: 310
% New rule produced :
% [314]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 371
% Current number of ordered equations: 0
% Current number of rules: 311
% New rule produced :
% [315]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false)
% Current number of equations to process: 381
% Current number of ordered equations: 0
% Current number of rules: 312
% New rule produced :
% [316]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 387
% Current number of ordered equations: 0
% Current number of rules: 313
% New rule produced :
% [317]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 387
% Current number of ordered equations: 0
% Current number of rules: 314
% New rule produced :
% [318]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 392
% Current number of ordered equations: 0
% Current number of rules: 315
% New rule produced :
% [319]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,apply(
% apply(m,X),
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 401
% Current number of ordered equations: 0
% Current number of rules: 316
% New rule produced :
% [320]
% (eq)(apply(m,apply(m,apply(m,apply(m,apply(X,X))))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(m,
% apply(m,X)))))))
% -> (false)
% Current number of equations to process: 406
% Current number of ordered equations: 0
% Current number of rules: 317
% New rule produced :
% [321]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 405
% Current number of ordered equations: 0
% Current number of rules: 318
% New rule produced :
% [322]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 404
% Current number of ordered equations: 0
% Current number of rules: 319
% New rule produced :
% [323]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 402
% Current number of ordered equations: 1
% Current number of rules: 320
% New rule produced :
% [324]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 402
% Current number of ordered equations: 0
% Current number of rules: 321
% New rule produced :
% [325]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 401
% Current number of ordered equations: 0
% Current number of rules: 322
% New rule produced :
% [326]
% (eq)(apply(m,apply(m,apply(m,apply(apply(X,X),apply(m,X))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(m,X)))))))
% -> (false)
% Current number of equations to process: 399
% Current number of ordered equations: 1
% Current number of rules: 323
% New rule produced :
% [327]
% (eq)(apply(m,apply(m,apply(m,apply(apply(m,X),apply(X,X))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(m,X)))))))
% -> (false)
% Current number of equations to process: 399
% Current number of ordered equations: 0
% Current number of rules: 324
% New rule produced :
% [328]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 400
% Current number of ordered equations: 0
% Current number of rules: 325
% New rule produced :
% [329]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 411
% Current number of ordered equations: 0
% Current number of rules: 326
% New rule produced :
% [330]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 418
% Current number of ordered equations: 0
% Current number of rules: 327
% New rule produced :
% [331]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 422
% Current number of ordered equations: 0
% Current number of rules: 328
% New rule produced :
% [332]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 426
% Current number of ordered equations: 0
% Current number of rules: 329
% New rule produced :
% [333]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 427
% Current number of ordered equations: 0
% Current number of rules: 330
% New rule produced :
% [334]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 433
% Current number of ordered equations: 0
% Current number of rules: 331
% New rule produced :
% [335]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 436
% Current number of ordered equations: 0
% Current number of rules: 332
% New rule produced :
% [336]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(m,apply(m,l))))))
% -> (false)
% Current number of equations to process: 441
% Current number of ordered equations: 0
% Current number of rules: 333
% New rule produced :
% [337]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 441
% Current number of ordered equations: 0
% Current number of rules: 334
% New rule produced :
% [338]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(m,apply(l,l))))))
% -> (false)
% Current number of equations to process: 441
% Current number of ordered equations: 0
% Current number of rules: 335
% New rule produced :
% [339]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 441
% Current number of ordered equations: 0
% Current number of rules: 336
% New rule produced :
% [340]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(l,apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 448
% Current number of ordered equations: 0
% Current number of rules: 337
% New rule produced :
% [341]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 447
% Current number of ordered equations: 0
% Current number of rules: 338
% New rule produced :
% [342]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 453
% Current number of ordered equations: 0
% Current number of rules: 339
% New rule produced :
% [343]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 452
% Current number of ordered equations: 0
% Current number of rules: 340
% New rule produced :
% [344]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 451
% Current number of ordered equations: 0
% Current number of rules: 341
% New rule produced :
% [345]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 450
% Current number of ordered equations: 0
% Current number of rules: 342
% New rule produced :
% [346]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 449
% Current number of ordered equations: 0
% Current number of rules: 343
% New rule produced :
% [347]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(m,apply(l,l)))) -> (false)
% Current number of equations to process: 448
% Current number of ordered equations: 0
% Current number of rules: 344
% New rule produced :
% [348]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(l,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 446
% Current number of ordered equations: 1
% Current number of rules: 345
% New rule produced :
% [349]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 446
% Current number of ordered equations: 0
% Current number of rules: 346
% New rule produced :
% [350]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 449
% Current number of ordered equations: 0
% Current number of rules: 347
% New rule produced :
% [351]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 448
% Current number of ordered equations: 0
% Current number of rules: 348
% New rule produced :
% [352]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 447
% Current number of ordered equations: 0
% Current number of rules: 349
% New rule produced :
% [353]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,apply(m,X)),
% apply(m,apply(X,X))))) ->
% (false)
% Current number of equations to process: 461
% Current number of ordered equations: 0
% Current number of rules: 350
% New rule produced :
% [354]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 460
% Current number of ordered equations: 0
% Current number of rules: 351
% New rule produced :
% [355]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(X,X),
% apply(m,X)),
% apply(m,apply(m,X))))) ->
% (false)
% Current number of equations to process: 465
% Current number of ordered equations: 0
% Current number of rules: 352
% New rule produced :
% [356]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(m,b))))))
% -> (false)
% Current number of equations to process: 465
% Current number of ordered equations: 0
% Current number of rules: 353
% New rule produced :
% [357]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,apply(m,l)),
% apply(m,apply(m,apply(m,l))))))
% -> (false)
% Current number of equations to process: 465
% Current number of ordered equations: 0
% Current number of rules: 354
% New rule produced :
% [358]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(b,b))))))
% -> (false)
% Current number of equations to process: 470
% Current number of ordered equations: 0
% Current number of rules: 355
% New rule produced :
% [359]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,apply(m,l)),
% apply(m,apply(m,apply(l,l))))))
% -> (false)
% Current number of equations to process: 470
% Current number of ordered equations: 0
% Current number of rules: 356
% New rule produced :
% [360]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(b,b))))))
% -> (false)
% Current number of equations to process: 470
% Current number of ordered equations: 0
% Current number of rules: 357
% New rule produced :
% [361]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,apply(X,X)),
% apply(m,apply(m,X))))) ->
% (false)
% Current number of equations to process: 474
% Current number of ordered equations: 0
% Current number of rules: 358
% New rule produced :
% [362]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 473
% Current number of ordered equations: 0
% Current number of rules: 359
% New rule produced :
% [363]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,apply(l,l)),
% apply(m,apply(m,apply(l,l))))))
% -> (false)
% Current number of equations to process: 476
% Current number of ordered equations: 0
% Current number of rules: 360
% New rule produced :
% [364]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),
% apply(m,apply(m,X))))) ->
% (false)
% Current number of equations to process: 482
% Current number of ordered equations: 0
% Current number of rules: 361
% New rule produced :
% [365]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),
% apply(m,apply(X,X))))) ->
% (false)
% Current number of equations to process: 481
% Current number of ordered equations: 0
% Current number of rules: 362
% New rule produced :
% [366]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,apply(l,l)),
% apply(m,apply(m,apply(m,l))))))
% -> (false)
% Current number of equations to process: 481
% Current number of ordered equations: 0
% Current number of rules: 363
% New rule produced :
% [367]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,apply(l,l)),
% apply(m,apply(m,apply(l,l))))))
% -> (false)
% Current number of equations to process: 490
% Current number of ordered equations: 0
% Current number of rules: 364
% New rule produced :
% [368]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(X,X),apply(m,X)))))
% -> (false)
% Current number of equations to process: 495
% Current number of ordered equations: 0
% Current number of rules: 365
% New rule produced :
% [369]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,apply(m,l)),
% apply(l,apply(m,apply(m,l))))))
% -> (false)
% Current number of equations to process: 495
% Current number of ordered equations: 0
% Current number of rules: 366
% New rule produced :
% [370]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(m,X),apply(X,X)))))
% -> (false)
% Current number of equations to process: 501
% Current number of ordered equations: 0
% Current number of rules: 367
% New rule produced :
% [371]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,apply(X,X)),
% apply(apply(m,X),apply(X,X)))))
% -> (false)
% Current number of equations to process: 500
% Current number of ordered equations: 0
% Current number of rules: 368
% New rule produced :
% [372]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,apply(m,l)),
% apply(l,apply(m,apply(l,l))))))
% -> (false)
% Current number of equations to process: 500
% Current number of ordered equations: 0
% Current number of rules: 369
% New rule produced :
% [373]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 507
% Current number of ordered equations: 0
% Current number of rules: 370
% New rule produced :
% [374]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 506
% Current number of ordered equations: 0
% Current number of rules: 371
% New rule produced :
% [375]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false)
% Current number of equations to process: 505
% Current number of ordered equations: 0
% Current number of rules: 372
% New rule produced :
% [376]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 504
% Current number of ordered equations: 0
% Current number of rules: 373
% New rule produced :
% [377]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 503
% Current number of ordered equations: 0
% Current number of rules: 374
% New rule produced :
% [378]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 502
% Current number of ordered equations: 0
% Current number of rules: 375
% New rule produced :
% [379]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false)
% Current number of equations to process: 501
% Current number of ordered equations: 0
% Current number of rules: 376
% New rule produced :
% [380]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 500
% Current number of ordered equations: 0
% Current number of rules: 377
% New rule produced :
% [381]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 498
% Current number of ordered equations: 1
% Current number of rules: 378
% New rule produced :
% [382]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 498
% Current number of ordered equations: 0
% Current number of rules: 379
% New rule produced :
% [383]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 497
% Current number of ordered equations: 0
% Current number of rules: 380
% New rule produced :
% [384]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 496
% Current number of ordered equations: 0
% Current number of rules: 381
% New rule produced :
% [385]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 495
% Current number of ordered equations: 0
% Current number of rules: 382
% New rule produced :
% [386]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 494
% Current number of ordered equations: 0
% Current number of rules: 383
% New rule produced :
% [387]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(l,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 493
% Current number of ordered equations: 0
% Current number of rules: 384
% New rule produced :
% [388]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(l,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 492
% Current number of ordered equations: 0
% Current number of rules: 385
% New rule produced :
% [389]
% (eq)(apply(m,apply(m,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 488
% Current number of ordered equations: 0
% Current number of rules: 386
% New rule produced :
% [390]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 487
% Current number of ordered equations: 0
% Current number of rules: 387
% New rule produced :
% [391]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 486
% Current number of ordered equations: 0
% Current number of rules: 388
% New rule produced :
% [392]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(
% apply(m,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 485
% Current number of ordered equations: 0
% Current number of rules: 389
% New rule produced :
% [393]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false)
% Current number of equations to process: 484
% Current number of ordered equations: 0
% Current number of rules: 390
% New rule produced :
% [394]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 483
% Current number of ordered equations: 0
% Current number of rules: 391
% New rule produced :
% [395]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,apply(l,l)),
% apply(l,apply(m,apply(m,l))))))
% -> (false)
% Current number of equations to process: 488
% Current number of ordered equations: 0
% Current number of rules: 392
% New rule produced :
% [396]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,apply(l,l)),
% apply(l,apply(m,apply(l,l))))))
% -> (false)
% Current number of equations to process: 491
% Current number of ordered equations: 0
% Current number of rules: 393
% New rule produced :
% [397]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,apply(l,l)),
% apply(l,apply(m,apply(l,l))))))
% -> (false)
% Current number of equations to process: 496
% Current number of ordered equations: 0
% Current number of rules: 394
% New rule produced :
% [398]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 503
% Current number of ordered equations: 0
% Current number of rules: 395
% New rule produced :
% [399]
% (eq)(apply(m,apply(m,apply(m,apply(m,apply(m,X))))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(m,
% apply(X,X)))))))
% -> (false)
% Current number of equations to process: 511
% Current number of ordered equations: 0
% Current number of rules: 396
% New rule produced :
% [400]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 523
% Current number of ordered equations: 0
% Current number of rules: 397
% New rule produced :
% [401]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 538
% Current number of ordered equations: 1
% Current number of rules: 398
% New rule produced :
% [402]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 538
% Current number of ordered equations: 0
% Current number of rules: 399
% New rule produced :
% [403]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,l))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 560
% Current number of ordered equations: 0
% Current number of rules: 400
% New rule produced :
% [404]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(apply(b,b),
% apply(m,b))))) ->
% (false)
% Current number of equations to process: 565
% Current number of ordered equations: 0
% Current number of rules: 401
% New rule produced :
% [405]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 565
% Current number of ordered equations: 0
% Current number of rules: 402
% New rule produced :
% [406]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(apply(b,b),
% apply(m,b))))) ->
% (false)
% Current number of equations to process: 566
% Current number of ordered equations: 0
% Current number of rules: 403
% New rule produced :
% [407]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,l))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 570
% Current number of ordered equations: 0
% Current number of rules: 404
% New rule produced :
% [408]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 579
% Current number of ordered equations: 0
% Current number of rules: 405
% New rule produced :
% [409]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 585
% Current number of ordered equations: 0
% Current number of rules: 406
% New rule produced :
% [410]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,l))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 589
% Current number of ordered equations: 0
% Current number of rules: 407
% New rule produced :
% [411]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(apply(m,b),
% apply(b,b))))) ->
% (false)
% Current number of equations to process: 598
% Current number of ordered equations: 0
% Current number of rules: 408
% New rule produced :
% [412]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(apply(m,b),
% apply(b,b))))) ->
% (false)
% Current number of equations to process: 603
% Current number of ordered equations: 0
% Current number of rules: 409
% New rule produced :
% [413]
% (eq)(apply(m,apply(m,apply(m,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 609
% Current number of ordered equations: 0
% Current number of rules: 410
% New rule produced :
% [414]
% (eq)(apply(m,apply(m,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 608
% Current number of ordered equations: 0
% Current number of rules: 411
% New rule produced :
% [415]
% (eq)(apply(m,apply(m,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 607
% Current number of ordered equations: 0
% Current number of rules: 412
% New rule produced :
% [416]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 606
% Current number of ordered equations: 0
% Current number of rules: 413
% New rule produced :
% [417]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 605
% Current number of ordered equations: 0
% Current number of rules: 414
% New rule produced :
% [418]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 604
% Current number of ordered equations: 0
% Current number of rules: 415
% New rule produced :
% [419]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 603
% Current number of ordered equations: 0
% Current number of rules: 416
% New rule produced :
% [420]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 602
% Current number of ordered equations: 0
% Current number of rules: 417
% New rule produced :
% [421]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(l,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 601
% Current number of ordered equations: 0
% Current number of rules: 418
% New rule produced :
% [422]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 598
% Current number of ordered equations: 0
% Current number of rules: 419
% New rule produced :
% [423]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 597
% Current number of ordered equations: 0
% Current number of rules: 420
% New rule produced :
% [424]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 596
% Current number of ordered equations: 0
% Current number of rules: 421
% New rule produced :
% [425]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 595
% Current number of ordered equations: 0
% Current number of rules: 422
% New rule produced :
% [426]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 594
% Current number of ordered equations: 0
% Current number of rules: 423
% New rule produced :
% [427]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 592
% Current number of ordered equations: 1
% Current number of rules: 424
% New rule produced :
% [428]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 592
% Current number of ordered equations: 0
% Current number of rules: 425
% New rule produced :
% [429]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false)
% Current number of equations to process: 598
% Current number of ordered equations: 1
% Current number of rules: 426
% New rule produced :
% [430]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false)
% Current number of equations to process: 598
% Current number of ordered equations: 0
% Current number of rules: 427
% New rule produced :
% [431]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false)
% Current number of equations to process: 607
% Current number of ordered equations: 0
% Current number of rules: 428
% New rule produced :
% [432]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(apply(X,X),apply(m,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false)
% Current number of equations to process: 618
% Current number of ordered equations: 0
% Current number of rules: 429
% New rule produced :
% [433]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 640
% Current number of ordered equations: 1
% Current number of rules: 430
% New rule produced :
% [434]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 640
% Current number of ordered equations: 0
% Current number of rules: 431
% New rule produced :
% [435]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 645
% Current number of ordered equations: 1
% Current number of rules: 432
% New rule produced :
% [436]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 645
% Current number of ordered equations: 0
% Current number of rules: 433
% New rule produced :
% [437]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(m,X),
% apply(X,X)),
% apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 650
% Current number of ordered equations: 0
% Current number of rules: 434
% New rule produced :
% [438]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 653
% Current number of ordered equations: 0
% Current number of rules: 435
% New rule produced :
% [439]
% (eq)(apply(b,apply(apply(m,b),apply(apply(m,b),apply(b,b)))),apply(combinator,
% apply(m,
% apply(m,
% apply(b,b)))))
% -> (false)
% Current number of equations to process: 683
% Current number of ordered equations: 0
% Current number of rules: 436
% New rule produced :
% [440]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,l))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 693
% Current number of ordered equations: 0
% Current number of rules: 437
% New rule produced :
% [441]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(m,apply(m,b)))))
% -> (false)
% Current number of equations to process: 698
% Current number of ordered equations: 0
% Current number of rules: 438
% New rule produced :
% [442]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 708
% Current number of ordered equations: 0
% Current number of rules: 439
% New rule produced :
% [443]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false)
% Current number of equations to process: 722
% Current number of ordered equations: 0
% Current number of rules: 440
% New rule produced :
% [444]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 727
% Current number of ordered equations: 0
% Current number of rules: 441
% New rule produced :
% [445]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 750
% Current number of ordered equations: 0
% Current number of rules: 442
% New rule produced :
% [446]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 749
% Current number of ordered equations: 0
% Current number of rules: 443
% New rule produced :
% [447]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 748
% Current number of ordered equations: 0
% Current number of rules: 444
% New rule produced :
% [448]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 747
% Current number of ordered equations: 0
% Current number of rules: 445
% New rule produced :
% [449]
% (eq)(apply(m,apply(m,apply(m,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 767
% Current number of ordered equations: 0
% Current number of rules: 446
% New rule produced :
% [450]
% (eq)(apply(m,apply(m,apply(m,apply(apply(m,X),apply(X,X))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(X,X)))))))
% -> (false)
% Current number of equations to process: 766
% Current number of ordered equations: 0
% Current number of rules: 447
% New rule produced :
% [451]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 790
% Current number of ordered equations: 0
% Current number of rules: 448
% New rule produced :
% [452]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 790
% Current number of ordered equations: 0
% Current number of rules: 449
% New rule produced :
% [453]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 790
% Current number of ordered equations: 0
% Current number of rules: 450
% New rule produced :
% [454]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 790
% Current number of ordered equations: 0
% Current number of rules: 451
% New rule produced :
% [455]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 791
% Current number of ordered equations: 0
% Current number of rules: 452
% New rule produced :
% [456]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 817
% Current number of ordered equations: 1
% Current number of rules: 453
% New rule produced :
% [457]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 817
% Current number of ordered equations: 0
% Current number of rules: 454
% New rule produced :
% [458]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(m,b))))))
% -> (false)
% Current number of equations to process: 821
% Current number of ordered equations: 0
% Current number of rules: 455
% New rule produced :
% [459]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,apply(m,l)),
% apply(m,apply(m,apply(m,l))))))
% -> (false)
% Current number of equations to process: 821
% Current number of ordered equations: 0
% Current number of rules: 456
% New rule produced :
% [460]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(m,b))))))
% -> (false)
% Current number of equations to process: 821
% Current number of ordered equations: 0
% Current number of rules: 457
% New rule produced :
% [461]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(b,b))))))
% -> (false)
% Current number of equations to process: 824
% Current number of ordered equations: 0
% Current number of rules: 458
% New rule produced :
% [462]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 834
% Current number of ordered equations: 1
% Current number of rules: 459
% New rule produced :
% [463]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 834
% Current number of ordered equations: 0
% Current number of rules: 460
% New rule produced :
% [464]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,apply(l,l)),
% apply(m,apply(m,apply(m,l))))))
% -> (false)
% Current number of equations to process: 841
% Current number of ordered equations: 0
% Current number of rules: 461
% New rule produced :
% [465]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,apply(m,l)),
% apply(l,apply(m,apply(m,l))))))
% -> (false)
% Current number of equations to process: 857
% Current number of ordered equations: 0
% Current number of rules: 462
% New rule produced :
% [466]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,apply(m,l)),
% apply(l,apply(m,apply(l,l))))))
% -> (false)
% Current number of equations to process: 864
% Current number of ordered equations: 0
% Current number of rules: 463
% New rule produced :
% [467]
% (eq)(apply(m,apply(m,apply(m,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 875
% Current number of ordered equations: 0
% Current number of rules: 464
% New rule produced :
% [468]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 874
% Current number of ordered equations: 0
% Current number of rules: 465
% New rule produced :
% [469]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 873
% Current number of ordered equations: 0
% Current number of rules: 466
% New rule produced :
% [470]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 872
% Current number of ordered equations: 0
% Current number of rules: 467
% New rule produced :
% [471]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 871
% Current number of ordered equations: 0
% Current number of rules: 468
% New rule produced :
% [472]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false)
% Current number of equations to process: 870
% Current number of ordered equations: 0
% Current number of rules: 469
% New rule produced :
% [473]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 869
% Current number of ordered equations: 0
% Current number of rules: 470
% New rule produced :
% [474]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 868
% Current number of ordered equations: 0
% Current number of rules: 471
% New rule produced :
% [475]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 867
% Current number of ordered equations: 0
% Current number of rules: 472
% New rule produced :
% [476]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(l,apply(m,apply(l,l))))) -> (false)
% Current number of equations to process: 866
% Current number of ordered equations: 0
% Current number of rules: 473
% New rule produced :
% [477]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 865
% Current number of ordered equations: 0
% Current number of rules: 474
% New rule produced :
% [478]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 864
% Current number of ordered equations: 0
% Current number of rules: 475
% New rule produced :
% [479]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 862
% Current number of ordered equations: 0
% Current number of rules: 476
% New rule produced :
% [480]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 859
% Current number of ordered equations: 0
% Current number of rules: 477
% New rule produced :
% [481]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 858
% Current number of ordered equations: 0
% Current number of rules: 478
% New rule produced :
% [482]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 857
% Current number of ordered equations: 0
% Current number of rules: 479
% New rule produced :
% [483]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 856
% Current number of ordered equations: 0
% Current number of rules: 480
% New rule produced :
% [484]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(
% apply(m,X),
% apply(X,X)),
% apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 855
% Current number of ordered equations: 0
% Current number of rules: 481
% New rule produced :
% [485]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 854
% Current number of ordered equations: 0
% Current number of rules: 482
% New rule produced :
% [486]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 853
% Current number of ordered equations: 0
% Current number of rules: 483
% New rule produced :
% [487]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 852
% Current number of ordered equations: 0
% Current number of rules: 484
% New rule produced :
% [488]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 851
% Current number of ordered equations: 0
% Current number of rules: 485
% New rule produced :
% [489]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 850
% Current number of ordered equations: 0
% Current number of rules: 486
% New rule produced :
% [490]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 908
% Current number of ordered equations: 1
% Current number of rules: 487
% New rule produced :
% [491]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 908
% Current number of ordered equations: 0
% Current number of rules: 488
% New rule produced :
% [492]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(m,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 917
% Current number of ordered equations: 1
% Current number of rules: 489
% New rule produced :
% [493]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(
% apply(m,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false)
% Current number of equations to process: 917
% Current number of ordered equations: 0
% Current number of rules: 490
% New rule produced :
% [494]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false)
% Current number of equations to process: 922
% Current number of ordered equations: 1
% Current number of rules: 491
% New rule produced :
% [495]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false)
% Current number of equations to process: 922
% Current number of ordered equations: 0
% Current number of rules: 492
% New rule produced :
% [496]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 927
% Current number of ordered equations: 1
% Current number of rules: 493
% New rule produced :
% [497]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 927
% Current number of ordered equations: 0
% Current number of rules: 494
% New rule produced :
% [498]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 941
% Current number of ordered equations: 0
% Current number of rules: 495
% New rule produced :
% [499]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 940
% Current number of ordered equations: 0
% Current number of rules: 496
% New rule produced :
% [500]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 939
% Current number of ordered equations: 0
% Current number of rules: 497
% New rule produced :
% [501]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(apply(b,b),
% apply(m,b))))) ->
% (false)
% Current number of equations to process: 950
% Current number of ordered equations: 0
% Current number of rules: 498
% New rule produced :
% [502]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,l))),apply(combinator,
% apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 953
% Current number of ordered equations: 0
% Current number of rules: 499
% New rule produced :
% [503]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,l))),apply(combinator,
% apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 959
% Current number of ordered equations: 0
% Current number of rules: 500
% New rule produced :
% [504]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(apply(m,b),
% apply(b,b))))) ->
% (false)
% Current number of equations to process: 967
% Current number of ordered equations: 0
% Current number of rules: 501
% New rule produced :
% [505]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,l))),apply(combinator,
% apply(m,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 966
% Current number of ordered equations: 0
% Current number of rules: 502
% New rule produced :
% [506]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 969
% Current number of ordered equations: 0
% Current number of rules: 503
% New rule produced :
% [507]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 968
% Current number of ordered equations: 0
% Current number of rules: 504
% New rule produced :
% [508]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 967
% Current number of ordered equations: 0
% Current number of rules: 505
% New rule produced :
% [509]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 966
% Current number of ordered equations: 0
% Current number of rules: 506
% New rule produced :
% [510]
% (eq)(apply(m,apply(m,apply(m,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 965
% Current number of ordered equations: 0
% Current number of rules: 507
% New rule produced :
% [511]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(X,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 1018
% Current number of ordered equations: 0
% Current number of rules: 508
% New rule produced :
% [512]
% (eq)(apply(b,apply(apply(m,b),apply(apply(m,b),apply(b,b)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,b)))))
% -> (false)
% Current number of equations to process: 1035
% Current number of ordered equations: 0
% Current number of rules: 509
% New rule produced :
% [513]
% (eq)(apply(m,apply(apply(b,b),apply(m,b))),apply(combinator,apply(b,apply(
% apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false)
% Current number of equations to process: 1046
% Current number of ordered equations: 0
% Current number of rules: 510
% New rule produced :
% [514]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(X,X)),
% apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 1052
% Current number of ordered equations: 0
% Current number of rules: 511
% New rule produced :
% [515]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),apply(combinator,apply(b,apply(
% apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false)
% Current number of equations to process: 1052
% Current number of ordered equations: 0
% Current number of rules: 512
% New rule produced :
% [516]
% (eq)(apply(b,apply(apply(b,b),apply(apply(m,b),apply(b,b)))),apply(combinator,
% apply(m,
% apply(m,
% apply(b,b)))))
% -> (false)
% Current number of equations to process: 1074
% Current number of ordered equations: 0
% Current number of rules: 513
% New rule produced :
% [517]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,l))),apply(combinator,
% apply(m,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 1079
% Current number of ordered equations: 0
% Current number of rules: 514
% New rule produced :
% [518]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 1091
% Current number of ordered equations: 0
% Current number of rules: 515
% New rule produced :
% [519]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 1090
% Current number of ordered equations: 0
% Current number of rules: 516
% New rule produced :
% [520]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false)
% Current number of equations to process: 1108
% Current number of ordered equations: 0
% Current number of rules: 517
% New rule produced :
% [521]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false)
% Current number of equations to process: 1109
% Current number of ordered equations: 0
% Current number of rules: 518
% New rule produced :
% [522]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(l,l)))))
% -> (false)
% Current number of equations to process: 1116
% Current number of ordered equations: 0
% Current number of rules: 519
% New rule produced :
% [523]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(l,l)))))
% -> (false)
% Current number of equations to process: 1120
% Current number of ordered equations: 0
% Current number of rules: 520
% New rule produced :
% [524]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(m,b))))))
% -> (false)
% Current number of equations to process: 1120
% Current number of ordered equations: 0
% Current number of rules: 521
% New rule produced :
% [525]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,l)))))
% -> (false)
% Current number of equations to process: 1127
% Current number of ordered equations: 0
% Current number of rules: 522
% New rule produced :
% [526]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,l)))))
% -> (false)
% Current number of equations to process: 1131
% Current number of ordered equations: 0
% Current number of rules: 523
% New rule produced :
% [527]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))))
% -> (false)
% Current number of equations to process: 1142
% Current number of ordered equations: 0
% Current number of rules: 524
% New rule produced :
% [528]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))))
% -> (false)
% Current number of equations to process: 1141
% Current number of ordered equations: 0
% Current number of rules: 525
% New rule produced :
% [529]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 1140
% Current number of ordered equations: 0
% Current number of rules: 526
% New rule produced :
% [530]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 1139
% Current number of ordered equations: 0
% Current number of rules: 527
% New rule produced :
% [531]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 1138
% Current number of ordered equations: 0
% Current number of rules: 528
% New rule produced :
% [532]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(l,apply(m,
% apply(m,l))))))
% -> (false)
% Current number of equations to process: 1137
% Current number of ordered equations: 0
% Current number of rules: 529
% New rule produced :
% [533]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(l,apply(m,
% apply(l,l))))))
% -> (false)
% Current number of equations to process: 1136
% Current number of ordered equations: 0
% Current number of rules: 530
% New rule produced :
% [534]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(
% apply(m,X),
% apply(X,X)),
% apply(m,apply(X,X)))))
% -> (false)
% Current number of equations to process: 1192
% Current number of ordered equations: 0
% Current number of rules: 531
% New rule produced :
% [535]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false)
% Current number of equations to process: 1210
% Current number of ordered equations: 0
% Current number of rules: 532
% New rule produced :
% [536]
% (eq)(apply(m,apply(apply(b,b),apply(m,b))),apply(combinator,apply(b,apply(
% apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false)
% Current number of equations to process: 1219
% Current number of ordered equations: 0
% Current number of rules: 533
% New rule produced :
% [537]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),apply(combinator,apply(b,apply(
% apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false)
% Current number of equations to process: 1224
% Current number of ordered equations: 0
% Current number of rules: 534
% New rule produced :
% [538]
% (eq)(apply(b,apply(apply(b,b),apply(apply(m,b),apply(b,b)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,b)))))
% -> (false)
% Current number of equations to process: 1293
% Current number of ordered equations: 0
% Current number of rules: 535
% New rule produced :
% [539]
% (eq)(apply(m,apply(apply(b,b),apply(m,b))),apply(combinator,apply(b,apply(
% apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false)
% Current number of equations to process: 1294
% Current number of ordered equations: 0
% Current number of rules: 536
% New rule produced :
% [540]
% (eq)(apply(b,apply(apply(m,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false)
% Current number of equations to process: 1296
% Current number of ordered equations: 0
% Current number of rules: 537
% New rule produced :
% [541]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),apply(combinator,apply(b,apply(
% apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false)
% Current number of equations to process: 1296
% Current number of ordered equations: 0
% Current number of rules: 538
% New rule produced :
% [542]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(apply(m,apply(m,l)),
% apply(m,apply(l,l))))) ->
% (false)
% Current number of equations to process: 1309
% Current number of ordered equations: 0
% Current number of rules: 539
% New rule produced :
% [543]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(apply(m,apply(m,l)),
% apply(m,apply(l,l))))) ->
% (false)
% Current number of equations to process: 1310
% Current number of ordered equations: 0
% Current number of rules: 540
% New rule produced :
% [544]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(apply(m,apply(l,l)),
% apply(m,apply(m,l))))) ->
% (false)
% Current number of equations to process: 1311
% Current number of ordered equations: 0
% Current number of rules: 541
% New rule produced :
% [545]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(apply(m,apply(l,l)),
% apply(m,apply(m,l))))) ->
% (false)
% Current number of equations to process: 1312
% Current number of ordered equations: 0
% Current number of rules: 542
% New rule produced :
% [546]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))))
% -> (false)
% Current number of equations to process: 1314
% Current number of ordered equations: 0
% Current number of rules: 543
% New rule produced :
% [547]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))))
% -> (false)
% Current number of equations to process: 1313
% Current number of ordered equations: 0
% Current number of rules: 544
% New rule produced :
% [548]
% (eq)(apply(m,apply(apply(b,b),apply(m,b))),apply(combinator,apply(b,apply(
% apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false)
% Current number of equations to process: 1344
% Current number of ordered equations: 0
% Current number of rules: 545
% New rule produced :
% [549]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),apply(combinator,apply(b,apply(
% apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false)
% Current number of equations to process: 1344
% Current number of ordered equations: 0
% Current number of rules: 546
% New rule produced :
% [550]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(apply(m,b),
% apply(m,apply(b,b))))))
% -> (false)
% Current number of equations to process: 1348
% Current number of ordered equations: 0
% Current number of rules: 547
% New rule produced :
% [551]
% (eq)(apply(b,apply(apply(m,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false)
% Current number of equations to process: 1347
% Current number of ordered equations: 0
% Current number of rules: 548
% New rule produced :
% [552]
% (eq)(apply(b,apply(apply(m,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false)
% Current number of equations to process: 1346
% Current number of ordered equations: 0
% Current number of rules: 549
% New rule produced :
% [553]
% (eq)(apply(b,apply(apply(b,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false)
% Current number of equations to process: 1343
% Current number of ordered equations: 0
% Current number of rules: 550
% New rule produced :
% [554]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(apply(m,
% apply(m,l)),
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 1360
% Current number of ordered equations: 0
% Current number of rules: 551
% New rule produced :
% [555]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(apply(m,
% apply(m,l)),
% apply(m,
% apply(l,l)))))
% -> (false)
% Current number of equations to process: 1359
% Current number of ordered equations: 0
% Current number of rules: 552
% New rule produced :
% [556]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(apply(m,
% apply(l,l)),
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 1358
% Current number of ordered equations: 0
% Current number of rules: 553
% New rule produced :
% [557]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(apply(m,
% apply(l,l)),
% apply(m,
% apply(m,l)))))
% -> (false)
% Current number of equations to process: 1357
% Current number of ordered equations: 0
% Current number of rules: 554
% New rule produced :
% [558]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(apply(b,b),
% apply(m,apply(b,b))))))
% -> (false)
% Current number of equations to process: 1360
% Current number of ordered equations: 1
% Current number of rules: 555
% New rule produced :
% [559]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(apply(m,b),
% apply(m,apply(b,b))))))
% -> (false)
% Current number of equations to process: 1360
% Current number of ordered equations: 0
% Current number of rules: 556
% New rule produced :
% [560]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(apply(m,b),
% apply(m,apply(m,b))))))
% -> (false)
% Current number of equations to process: 1361
% Current number of ordered equations: 0
% Current number of rules: 557
% New rule produced :
% [561]
% (eq)(apply(b,apply(apply(m,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false)
% Current number of equations to process: 1359
% Current number of ordered equations: 1
% Current number of rules: 558
% New rule produced :
% [562]
% (eq)(apply(b,apply(apply(b,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false)
% Current number of equations to process: 1359
% Current number of ordered equations: 0
% Current number of rules: 559
% New rule produced :
% [563]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(apply(b,b),
% apply(m,apply(b,b))))))
% -> (false)
% Current number of equations to process: 1360
% Current number of ordered equations: 0
% Current number of rules: 560
% New rule produced :
% [564]
% (eq)(apply(b,apply(apply(b,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false)
% Current number of equations to process: 1359
% Current number of ordered equations: 0
% Current number of rules: 561
% New rule produced :
% [565]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(apply(m,b),
% apply(m,apply(b,b))))))
% -> (false)
% Current number of equations to process: 1359
% Current number of ordered equations: 0
% Current number of rules: 562
% New rule produced :
% [566]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(apply(b,b),
% apply(m,apply(m,b))))))
% -> (false)
% Current number of equations to process: 1376
% Current number of ordered equations: 0
% Current number of rules: 563
% New rule produced :
% [567]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(apply(b,b),
% apply(m,apply(b,b))))))
% -> (false)
% Current number of equations to process: 1375
% Current number of ordered equations: 0
% Current number of rules: 564
% New rule produced :
% [568]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(apply(m,b),
% apply(m,apply(m,b))))))
% -> (false)
% Current number of equations to process: 1375
% Current number of ordered equations: 0
% Current number of rules: 565
% New rule produced :
% [569]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(apply(b,b),
% apply(m,apply(m,b))))))
% -> (false)
% Current number of equations to process: 1375
% Current number of ordered equations: 1
% Current number of rules: 566
% New rule produced :
% [570]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(apply(m,b),
% apply(m,apply(m,b))))))
% -> (false)
% Current number of equations to process: 1375
% Current number of ordered equations: 0
% Current number of rules: 567
% New rule produced :
% [571]
% (eq)(apply(b,apply(apply(b,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false)
% Current number of equations to process: 1375
% Current number of ordered equations: 0
% Current number of rules: 568
% New rule produced :
% [572]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(apply(b,b),
% apply(m,apply(m,b))))))
% -> (false)
% Current number of equations to process: 1375
% Current number of ordered equations: 0
% Current number of rules: 569
% New rule produced : [573] apply(apply(X,X),apply(m,X)) -> apply(m,apply(X,X))
% Rule
% [16]
% (eq)(apply(apply(X,X),apply(m,X)),apply(combinator,apply(m,apply(X,X)))) ->
% (false) collapsed.
% Rule
% [17]
% (eq)(apply(apply(X,X),apply(m,X)),apply(combinator,apply(m,apply(m,X)))) ->
% (false) collapsed.
% Rule
% [22]
% (eq)(apply(apply(X,X),apply(m,X)),apply(combinator,apply(apply(X,X),apply(X,X))))
% -> (false) collapsed.
% Rule
% [25]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(m,apply(m,
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [29]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(m,apply(m,
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [33]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(m,apply(apply(X,X),
% apply(m,X))))) ->
% (false) collapsed.
% Rule
% [35]
% (eq)(apply(apply(X,X),apply(m,X)),apply(combinator,apply(apply(m,X),apply(X,X))))
% -> (false) collapsed.
% Rule
% [41]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(m,apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [46]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(m,X)))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(X,X))))))
% -> (false) collapsed.
% Rule
% [51]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(m,X)))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(m,X))))))
% -> (false) collapsed.
% Rule
% [53]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [54]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [57]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [59]
% (eq)(apply(m,apply(m,X)),apply(combinator,apply(apply(X,X),apply(m,X)))) ->
% (false) collapsed.
% Rule
% [62]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(m,apply(apply(X,X),
% apply(m,X))))) ->
% (false) collapsed.
% Rule
% [63]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(m,apply(
% apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [73]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(m,apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [74]
% (eq)(apply(m,apply(m,apply(m,apply(X,X)))),apply(combinator,apply(m,apply(m,
% apply(
% apply(X,X),
% apply(m,X))))))
% -> (false) collapsed.
% Rule
% [79]
% (eq)(apply(apply(m,X),apply(X,X)),apply(combinator,apply(apply(X,X),apply(m,X))))
% -> (false) collapsed.
% Rule
% [89]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [90]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [96]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [97]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [98]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [99]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [101]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(m,X)))),apply(combinator,
% apply(m,apply(m,apply(
% apply(X,X),
% apply(X,X))))))
% -> (false) collapsed.
% Rule
% [109]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [111]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [114]
% (eq)(apply(m,apply(X,X)),apply(combinator,apply(apply(X,X),apply(m,X)))) ->
% (false) collapsed.
% Rule
% [119]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(m,apply(
% apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [135]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),apply(combinator,apply(m,apply(m,
% apply(
% apply(X,X),
% apply(m,X))))))
% -> (false) collapsed.
% Rule
% [136]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(apply(X,X),
% apply(m,X)),
% apply(m,apply(X,X))))) ->
% (false) collapsed.
% Rule
% [138]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(X,X),
% apply(X,X)),
% apply(m,apply(X,X))))) ->
% (false) collapsed.
% Rule
% [140]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,apply(X,X)),
% apply(apply(X,X),apply(m,X)))))
% -> (false) collapsed.
% Rule
% [142]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,apply(
% apply(X,X),
% apply(m,X))))))
% -> (false) collapsed.
% Rule
% [149]
% (eq)(apply(apply(X,X),apply(X,X)),apply(combinator,apply(apply(X,X),apply(m,X))))
% -> (false) collapsed.
% Rule
% [162]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [163]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [164]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [166]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [167]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [168]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false) collapsed.
% Rule
% [169]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(apply(X,X),apply(m,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false) collapsed.
% Rule
% [174]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [183]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [184]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [185]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [186]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [187]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [190]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(m,X)))),apply(combinator,
% apply(m,apply(m,apply(
% apply(m,X),
% apply(X,X))))))
% -> (false) collapsed.
% Rule
% [200]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [231]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(apply(X,X),
% apply(m,X)),
% apply(m,apply(m,X))))) ->
% (false) collapsed.
% Rule
% [232]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(X,X),
% apply(m,X)),
% apply(m,apply(X,X))))) ->
% (false) collapsed.
% Rule
% [239]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(X,X),apply(m,X)))))
% -> (false) collapsed.
% Rule
% [243]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,apply(X,X)),
% apply(apply(X,X),apply(m,X)))))
% -> (false) collapsed.
% Rule
% [246]
% (eq)(apply(m,apply(m,apply(apply(m,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,apply(
% apply(X,X),
% apply(m,X))))))
% -> (false) collapsed.
% Rule
% [249]
% (eq)(apply(m,apply(m,apply(m,apply(apply(X,X),apply(m,X))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(X,X)))))))
% -> (false) collapsed.
% Rule
% [268]
% (eq)(apply(apply(m,apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(apply(X,X),
% apply(m,X))))) ->
% (false) collapsed.
% Rule
% [269]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [270]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(apply(b,b),
% apply(m,b))))) ->
% (false) collapsed.
% Rule
% [271]
% (eq)(apply(apply(m,apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(apply(X,X),
% apply(m,X))))) ->
% (false) collapsed.
% Rule
% [273]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [277]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [278]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [281]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false) collapsed.
% Rule
% [283]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false) collapsed.
% Rule
% [287]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(apply(X,X),apply(m,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false) collapsed.
% Rule
% [291]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false) collapsed.
% Rule
% [293]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(X,X)),
% apply(m,apply(X,X)))))
% -> (false) collapsed.
% Rule
% [294]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(X,X),
% apply(X,X))))) ->
% (false) collapsed.
% Rule
% [302]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false) collapsed.
% Rule
% [303]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(apply(X,X),apply(m,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false) collapsed.
% Rule
% [311]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [313]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(m,X))),apply(combinator,
% apply(m,
% apply(apply(m,X),
% apply(X,X)))))
% -> (false) collapsed.
% Rule
% [315]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(apply(X,X),
% apply(m,X)))))
% -> (false) collapsed.
% Rule
% [326]
% (eq)(apply(m,apply(m,apply(m,apply(apply(X,X),apply(m,X))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(m,X)))))))
% -> (false) collapsed.
% Rule
% [355]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(X,X),
% apply(m,X)),
% apply(m,apply(m,X))))) ->
% (false) collapsed.
% Rule
% [368]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(X,X),apply(m,X)))))
% -> (false) collapsed.
% Rule
% [390]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(m,X)))))
% -> (false) collapsed.
% Rule
% [393]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false) collapsed.
% Rule
% [404]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(apply(b,b),
% apply(m,b))))) ->
% (false) collapsed.
% Rule
% [406]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(apply(b,b),
% apply(m,b))))) ->
% (false) collapsed.
% Rule
% [427]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(X,X))))) ->
% (false) collapsed.
% Rule
% [429]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false) collapsed.
% Rule
% [430]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false) collapsed.
% Rule
% [431]
% (eq)(apply(apply(apply(X,X),apply(m,X)),apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false) collapsed.
% Rule
% [432]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(apply(X,X),apply(m,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false) collapsed.
% Rule
% [433]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false) collapsed.
% Rule
% [434]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false) collapsed.
% Rule
% [435]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false) collapsed.
% Rule
% [437]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(m,X),
% apply(X,X)),
% apply(m,apply(X,X)))))
% -> (false) collapsed.
% Rule
% [438]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false) collapsed.
% Rule
% [456]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false) collapsed.
% Rule
% [462]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false) collapsed.
% Rule
% [490]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(m,X)))))
% -> (false) collapsed.
% Rule
% [491]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(m,X)),
% apply(m,apply(m,X)))))
% -> (false) collapsed.
% Rule
% [492]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(
% apply(m,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false) collapsed.
% Rule
% [494]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false) collapsed.
% Rule
% [495]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(m,X))))) ->
% (false) collapsed.
% Rule
% [496]
% (eq)(apply(m,apply(apply(X,X),apply(m,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false) collapsed.
% Rule
% [501]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(apply(b,b),
% apply(m,b))))) ->
% (false) collapsed.
% Rule
% [513]
% (eq)(apply(m,apply(apply(b,b),apply(m,b))),apply(combinator,apply(b,apply(
% apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false) collapsed.
% Rule
% [514]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(apply(
% apply(X,X),
% apply(X,X)),
% apply(m,apply(X,X)))))
% -> (false) collapsed.
% Rule
% [536]
% (eq)(apply(m,apply(apply(b,b),apply(m,b))),apply(combinator,apply(b,apply(
% apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false) collapsed.
% Rule
% [539]
% (eq)(apply(m,apply(apply(b,b),apply(m,b))),apply(combinator,apply(b,apply(
% apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false) collapsed.
% Rule
% [540]
% (eq)(apply(b,apply(apply(m,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false) collapsed.
% Rule
% [548]
% (eq)(apply(m,apply(apply(b,b),apply(m,b))),apply(combinator,apply(b,apply(
% apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false) collapsed.
% Rule
% [551]
% (eq)(apply(b,apply(apply(m,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false) collapsed.
% Rule
% [552]
% (eq)(apply(b,apply(apply(m,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false) collapsed.
% Rule
% [553]
% (eq)(apply(b,apply(apply(b,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false) collapsed.
% Rule
% [561]
% (eq)(apply(b,apply(apply(m,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false) collapsed.
% Rule
% [562]
% (eq)(apply(b,apply(apply(b,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false) collapsed.
% Rule
% [564]
% (eq)(apply(b,apply(apply(b,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false) collapsed.
% Rule
% [571]
% (eq)(apply(b,apply(apply(b,b),apply(apply(b,b),apply(m,b)))),apply(combinator,
% apply(b,
% apply(apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false) collapsed.
% Current number of equations to process: 1374
% Current number of ordered equations: 0
% Current number of rules: 456
% New rule produced :
% [574] apply(apply(X,X),apply(X,X)) <-> apply(m,apply(m,X))
% Current number of equations to process: 1376
% Current number of ordered equations: 1
% Current number of rules: 457
% New rule produced :
% [575] apply(m,apply(m,X)) <-> apply(apply(X,X),apply(X,X))
% Current number of equations to process: 1376
% Current number of ordered equations: 0
% Current number of rules: 458
% New rule produced :
% [576]
% (eq)(apply(m,apply(apply(m,apply(X,X)),apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 1402
% Current number of ordered equations: 0
% Current number of rules: 459
% New rule produced :
% [577]
% (eq)(apply(m,apply(apply(m,apply(X,X)),apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(apply(X,X),
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 1413
% Current number of ordered equations: 0
% Current number of rules: 460
% New rule produced :
% [578]
% (eq)(apply(m,apply(m,apply(m,apply(X,X)))),apply(combinator,apply(m,apply(
% apply(m,
% apply(X,X)),
% apply(m,
% apply(m,X))))))
% -> (false)
% Current number of equations to process: 1412
% Current number of ordered equations: 0
% Current number of rules: 461
% New rule produced :
% [579]
% (eq)(apply(m,apply(apply(m,apply(X,X)),apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,X))))))
% -> (false)
% Current number of equations to process: 1845
% Current number of ordered equations: 0
% Current number of rules: 462
% New rule produced :
% [580]
% (eq)(apply(m,apply(apply(m,apply(X,X)),apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(apply(m,X),
% apply(X,X))))))
% -> (false)
% Current number of equations to process: 1851
% Current number of ordered equations: 0
% Current number of rules: 463
% New rule produced :
% [581]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),apply(combinator,apply(m,apply(
% apply(m,
% apply(X,X)),
% apply(m,
% apply(m,X))))))
% -> (false)
% Current number of equations to process: 1855
% Current number of ordered equations: 0
% Current number of rules: 464
% New rule produced :
% [582]
% (eq)(apply(m,apply(apply(m,apply(l,l)),apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false)
% Current number of equations to process: 1865
% Current number of ordered equations: 0
% Current number of rules: 465
% New rule produced :
% [583]
% (eq)(apply(m,apply(apply(m,apply(l,l)),apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false)
% Current number of equations to process: 1877
% Current number of ordered equations: 0
% Current number of rules: 466
% New rule produced : [584] apply(X,apply(m,apply(l,X))) -> apply(m,apply(l,X))
% Rule
% [27]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(m,apply(m,l)))) ->
% (false) collapsed.
% Rule
% [36]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,l)))) ->
% (false) collapsed.
% Rule
% [37]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(m,apply(l,l)))))
% -> (false) collapsed.
% Rule
% [44]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(m,apply(m,l)))))
% -> (false) collapsed.
% Rule
% [45]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,l))))
% -> (false) collapsed.
% Rule
% [49]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,
% apply(m,l)))))
% -> (false) collapsed.
% Rule
% [67]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,l))))
% -> (false) collapsed.
% Rule
% [68]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,apply(m,
% apply(l,l)))))
% -> (false) collapsed.
% Rule
% [69]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [76]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,
% apply(l,l)))))
% -> (false) collapsed.
% Rule
% [77]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [80]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(m,
% apply(m,l)))))
% -> (false) collapsed.
% Rule
% [81]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [82]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,l)))) ->
% (false) collapsed.
% Rule
% [87]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [88]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,apply(m,l)))))
% -> (false) collapsed.
% Rule
% [94]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [117]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(m,apply(l,l))))) ->
% (false) collapsed.
% Rule
% [120]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [123]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [124]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(m,
% apply(l,l)))))
% -> (false) collapsed.
% Rule
% [125]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(l,l)))) ->
% (false) collapsed.
% Rule
% [126]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [127]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(l,apply(m,apply(l,l)))))
% -> (false) collapsed.
% Rule
% [129]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [130]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [145]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,apply(l,l)))))
% -> (false) collapsed.
% Rule
% [146]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [147]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [150]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [151]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(l,apply(m,apply(m,l)))))
% -> (false) collapsed.
% Rule
% [152]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [153]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,l)))) ->
% (false) collapsed.
% Rule
% [156]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [157]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [158]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [159]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false) collapsed.
% Rule
% [160]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [177]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(m,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [178]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [194]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [204]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false) collapsed.
% Rule
% [206]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false) collapsed.
% Rule
% [207]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [208]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false) collapsed.
% Rule
% [211]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(m,apply(l,l))))) ->
% (false) collapsed.
% Rule
% [212]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(m,apply(l,l))))))
% -> (false) collapsed.
% Rule
% [214]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [215]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [216]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(l,apply(m,apply(l,l)))))
% -> (false) collapsed.
% Rule
% [217]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(l,l)))) ->
% (false) collapsed.
% Rule
% [218]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(l,apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [219]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [220]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(m,
% apply(l,l)))))
% -> (false) collapsed.
% Rule
% [222]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [226]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [242]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) collapsed.
% Rule
% [247]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) collapsed.
% Rule
% [248]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) collapsed.
% Rule
% [250]
% (eq)(apply(m,apply(m,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [252]
% (eq)(apply(m,apply(m,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [253]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [254]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false) collapsed.
% Rule
% [256]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [257]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [258]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [259]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(l,apply(l,apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [260]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [261]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(m,
% apply(m,l)))))
% -> (false) collapsed.
% Rule
% [262]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) collapsed.
% Rule
% [263]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(m,apply(m,l)))) -> (false) collapsed.
% Rule
% [265]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [266]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [267]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [282]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) collapsed.
% Rule
% [285]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) collapsed.
% Rule
% [296]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [299]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) collapsed.
% Rule
% [300]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) collapsed.
% Rule
% [301]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [310]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [317]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [322]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [324]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) collapsed.
% Rule
% [328]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [330]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [332]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false) collapsed.
% Rule
% [333]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [334]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [335]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [338]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(m,apply(l,l))))))
% -> (false) collapsed.
% Rule
% [339]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [340]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(l,apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [341]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(m,
% apply(l,l)))))
% -> (false) collapsed.
% Rule
% [343]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [345]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [346]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [347]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(m,apply(l,l)))) -> (false) collapsed.
% Rule
% [348]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(l,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [349]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [351]
% (eq)(apply(l,apply(m,apply(l,l))),apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [372]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,apply(m,l)),
% apply(l,apply(m,apply(l,l))))))
% -> (false) collapsed.
% Rule
% [374]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [380]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) collapsed.
% Rule
% [383]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) collapsed.
% Rule
% [384]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [385]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) collapsed.
% Rule
% [386]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [387]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(l,apply(m,apply(l,l))))) -> (false) collapsed.
% Rule
% [391]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [396]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,apply(l,l)),
% apply(l,apply(m,apply(l,l))))))
% -> (false) collapsed.
% Rule
% [397]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,apply(l,l)),
% apply(l,apply(m,apply(l,l))))))
% -> (false) collapsed.
% Rule
% [398]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(l,apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [400]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [401]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [402]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [410]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,l))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [414]
% (eq)(apply(m,apply(m,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [415]
% (eq)(apply(m,apply(m,apply(m,apply(m,l)))),apply(combinator,apply(m,apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [416]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) collapsed.
% Rule
% [418]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [419]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [420]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) collapsed.
% Rule
% [421]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(l,apply(m,apply(m,l))))) -> (false) collapsed.
% Rule
% [423]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [424]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [440]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,l))),apply(combinator,
% apply(m,apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [444]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [446]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [448]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [453]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [454]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [455]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [466]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,apply(m,l)),
% apply(l,apply(m,apply(l,l))))))
% -> (false) collapsed.
% Rule
% [467]
% (eq)(apply(m,apply(m,apply(m,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [468]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [470]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [472]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(l,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) collapsed.
% Rule
% [473]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [474]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [475]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [476]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l))))))),
% apply(combinator,apply(l,apply(m,apply(l,l))))) -> (false) collapsed.
% Rule
% [478]
% (eq)(apply(l,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [479]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [481]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [483]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [485]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [487]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(l,apply(m,
% apply(m,l))))))
% -> (false) collapsed.
% Rule
% [489]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [499]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [500]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [505]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,l))),apply(combinator,
% apply(m,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [506]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [507]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [510]
% (eq)(apply(m,apply(m,apply(m,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [517]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,l))),apply(combinator,
% apply(m,apply(l,apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [519]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) collapsed.
% Rule
% [521]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(m,
% apply(l,l))))))))
% -> (false) collapsed.
% Rule
% [523]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(l,l)))))
% -> (false) collapsed.
% Rule
% [526]
% (eq)(apply(m,apply(l,apply(m,apply(l,l)))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,l)))))
% -> (false) collapsed.
% Rule
% [528]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))))
% -> (false) collapsed.
% Rule
% [529]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Rule
% [533]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(l,apply(m,
% apply(l,l))))))
% -> (false) collapsed.
% Rule
% [543]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(apply(m,apply(m,l)),
% apply(m,apply(l,l))))) ->
% (false) collapsed.
% Rule
% [545]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(l,l))))),apply(combinator,
% apply(apply(m,apply(l,l)),
% apply(m,apply(m,l))))) ->
% (false) collapsed.
% Rule
% [547]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(l,l)))))))))
% -> (false) collapsed.
% Rule
% [555]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(apply(m,
% apply(m,l)),
% apply(m,
% apply(l,l)))))
% -> (false) collapsed.
% Rule
% [557]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(l,l)))))),apply(combinator,
% apply(apply(m,
% apply(l,l)),
% apply(m,
% apply(m,l)))))
% -> (false) collapsed.
% Rule
% [582]
% (eq)(apply(m,apply(apply(m,apply(l,l)),apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(l,l)))))))
% -> (false) collapsed.
% Current number of equations to process: 1883
% Current number of ordered equations: 0
% Current number of rules: 298
% Rule [583]
% (eq)(apply(m,apply(apply(m,apply(l,l)),apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [583]
% (eq)(apply(m,apply(apply(m,apply(l,l)),
% apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [581]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),apply(combinator,apply(m,
% apply(
% apply(m,
% apply(X,X)),
% apply(m,
% apply(m,X))))))
% -> (false) is composed into [581]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),
% apply(combinator,apply(m,apply(apply(m,
% apply(X,X)),
% apply(m,apply(m,X))))))
% -> (true)
% Rule [580]
% (eq)(apply(m,apply(apply(m,apply(X,X)),apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X))))))
% -> (false) is composed into [580]
% (eq)(apply(m,apply(apply(m,apply(X,X)),
% apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X))))))
% -> (true)
% Rule [579]
% (eq)(apply(m,apply(apply(m,apply(X,X)),apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,X))))))
% -> (false) is composed into [579]
% (eq)(apply(m,apply(apply(m,apply(X,X)),
% apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,X))))))
% -> (true)
% Rule [578]
% (eq)(apply(m,apply(m,apply(m,apply(X,X)))),apply(combinator,apply(m,
% apply(
% apply(m,
% apply(X,X)),
% apply(m,
% apply(m,X))))))
% -> (false) is composed into [578]
% (eq)(apply(m,apply(m,apply(m,apply(X,X)))),
% apply(combinator,apply(m,apply(apply(m,
% apply(X,X)),
% apply(m,apply(m,X))))))
% -> (true)
% Rule [577]
% (eq)(apply(m,apply(apply(m,apply(X,X)),apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(
% apply(X,X),
% apply(X,X))))))
% -> (false) is composed into [577]
% (eq)(apply(m,apply(apply(m,apply(X,X)),
% apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(
% apply(X,X),
% apply(X,X))))))
% -> (true)
% Rule [576]
% (eq)(apply(m,apply(apply(m,apply(X,X)),apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(X,X))))))
% -> (false) is composed into [576]
% (eq)(apply(m,apply(apply(m,apply(X,X)),
% apply(m,apply(m,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(X,X))))))
% -> (true)
% Rule [572]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(
% apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [572]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(m,b))))))
% -> (true)
% Rule [570]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(
% apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [570]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(m,b))))))
% -> (true)
% Rule [569]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(
% apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [569]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(m,b))))))
% -> (true)
% Rule [568]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(
% apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [568]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(m,b))))))
% -> (true)
% Rule [567]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(
% apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [567]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(b,b))))))
% -> (true)
% Rule [566]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(
% apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [566]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(m,b))))))
% -> (true)
% Rule [565]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(
% apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [565]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(b,b))))))
% -> (true)
% Rule [563]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(
% apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [563]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(b,b))))))
% -> (true)
% Rule [560]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(b,apply(
% apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [560]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(m,b))))))
% -> (true)
% Rule [559]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(
% apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [559]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(b,b))))))
% -> (true)
% Rule [558]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(
% apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [558]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(b,b))))))
% -> (true)
% Rule [556]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(
% apply(m,
% apply(l,l)),
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [556]
% (eq)(apply(m,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(apply(m,apply(l,l)),
% apply(m,apply(m,l))))) ->
% (true)
% Rule [554]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(
% apply(m,
% apply(m,l)),
% apply(m,
% apply(l,l)))))
% -> (false) is composed into [554]
% (eq)(apply(m,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(apply(m,apply(m,l)),
% apply(m,apply(l,l))))) ->
% (true)
% Rule [550]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(b,apply(
% apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [550]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(b,b))))))
% -> (true)
% Rule [549]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),apply(combinator,apply(b,
% apply(
% apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [549]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),
% apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(m,b))))))
% -> (true)
% Rule [546]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))))
% -> (false) is composed into [546]
% (eq)(apply(m,apply(l,l)),apply(combinator,
% apply(l,apply(l,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))))
% -> (true)
% Rule [544]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,l)))))
% -> (false) is composed into [544]
% (eq)(apply(m,apply(l,apply(l,apply(m,
% apply(m,l))))),
% apply(combinator,apply(apply(m,apply(l,l)),
% apply(m,apply(m,l))))) ->
% (true)
% Rule [542]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(apply(m,
% apply(m,l)),
% apply(m,apply(l,l)))))
% -> (false) is composed into [542]
% (eq)(apply(m,apply(l,apply(l,apply(m,
% apply(m,l))))),
% apply(combinator,apply(apply(m,apply(m,l)),
% apply(m,apply(l,l))))) ->
% (true)
% Rule [541]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),apply(combinator,apply(b,
% apply(
% apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [541]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),
% apply(combinator,apply(b,apply(apply(b,b),
% apply(m,apply(b,b))))))
% -> (true)
% Rule [538]
% (eq)(apply(b,apply(apply(b,b),apply(apply(m,b),apply(b,b)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,b)))))
% -> (false) is composed into [538]
% (eq)(apply(b,apply(apply(b,b),apply(
% apply(m,b),
% apply(b,b)))),
% apply(combinator,apply(m,apply(m,apply(m,b)))))
% -> (true)
% Rule [537]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),apply(combinator,apply(b,
% apply(
% apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [537]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),
% apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(m,b))))))
% -> (true)
% Rule [535]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(
% apply(m,
% apply(X,X)),
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [535]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(apply(m,apply(X,X)),
% apply(apply(m,X),apply(X,X)))))
% -> (true)
% Rule [534]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(
% apply(
% apply(m,X),
% apply(X,X)),
% apply(m,
% apply(X,X)))))
% -> (false) is composed into [534]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),apply(m,
% apply(X,X)))))
% -> (true)
% Rule [532]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(
% apply(m,
% apply(m,l)),
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [532]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(apply(m,apply(m,l)),
% apply(l,apply(m,apply(m,l))))))
% -> (true)
% Rule [531]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(
% apply(m,
% apply(l,l)),
% apply(m,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [531]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(apply(m,apply(l,l)),
% apply(m,apply(m,apply(m,l))))))
% -> (true)
% Rule [530]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(
% apply(m,
% apply(m,l)),
% apply(m,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [530]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(apply(m,apply(m,l)),
% apply(m,apply(m,apply(m,l))))))
% -> (true)
% Rule [527]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))))
% -> (false) is composed into [527]
% (eq)(apply(m,apply(m,l)),apply(combinator,
% apply(l,apply(l,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))))
% -> (true)
% Rule [525]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(
% apply(m,
% apply(l,l)),
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [525]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(apply(m,apply(l,l)),
% apply(m,apply(m,l))))) ->
% (true)
% Rule [524]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,apply(b,apply(
% apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [524]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,
% apply(b,
% apply(
% apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (true)
% Rule [522]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(
% apply(m,
% apply(m,l)),
% apply(m,
% apply(l,l)))))
% -> (false) is composed into [522]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(apply(m,apply(m,l)),
% apply(m,apply(l,l))))) ->
% (true)
% Rule [520]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) is composed into [520]
% (eq)(apply(m,apply(l,l)),apply(combinator,
% apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (true)
% Rule [518]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [518]
% (eq)(apply(apply(m,apply(m,l)),apply(l,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [516]
% (eq)(apply(b,apply(apply(b,b),apply(apply(m,b),apply(b,b)))),apply(combinator,
% apply(m,
% apply(m,
% apply(b,b)))))
% -> (false) is composed into [516]
% (eq)(apply(b,apply(apply(b,b),apply(
% apply(m,b),
% apply(b,b)))),
% apply(combinator,apply(m,apply(m,apply(b,b)))))
% -> (true)
% Rule [515]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),apply(combinator,apply(b,
% apply(
% apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [515]
% (eq)(apply(m,apply(apply(m,b),apply(b,b))),
% apply(combinator,apply(b,apply(apply(m,b),
% apply(m,apply(b,b))))))
% -> (true)
% Rule [512]
% (eq)(apply(b,apply(apply(m,b),apply(apply(m,b),apply(b,b)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,b)))))
% -> (false) is composed into [512]
% (eq)(apply(b,apply(apply(m,b),apply(
% apply(m,b),
% apply(b,b)))),
% apply(combinator,apply(m,apply(m,apply(m,b)))))
% -> (true)
% Rule [511]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(
% apply(m,
% apply(X,X)),
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [511]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(apply(m,apply(X,X)),
% apply(apply(X,X),apply(X,X)))))
% -> (true)
% Rule [509]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [509]
% (eq)(apply(apply(m,apply(l,l)),apply(m,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [508]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [508]
% (eq)(apply(apply(m,apply(m,l)),apply(m,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [504]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(
% apply(m,b),
% apply(b,b)))))
% -> (false) is composed into [504]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(m,apply(apply(m,b),
% apply(b,b))))) ->
% (true)
% Rule [503]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,l))),apply(combinator,
% apply(m,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [503]
% (eq)(apply(apply(m,apply(l,l)),apply(m,
% apply(m,l))),
% apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [502]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,l))),apply(combinator,
% apply(m,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [502]
% (eq)(apply(apply(m,apply(m,l)),apply(m,
% apply(l,l))),
% apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [498]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(
% apply(m,
% apply(l,l)),
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [498]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(apply(m,apply(l,l)),
% apply(l,apply(m,apply(m,l))))))
% -> (true)
% Rule [497]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(
% apply(m,
% apply(m,X)),
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [497]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(m,X),apply(X,X)))))
% -> (true)
% Rule [493]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(
% apply(
% apply(m,X),
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [493]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),apply(m,
% apply(m,X)))))
% -> (true)
% Rule [488]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(
% apply(m,
% apply(X,X)),
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [488]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(apply(m,apply(X,X)),
% apply(apply(m,X),apply(X,X)))))
% -> (true)
% Rule [486]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(
% apply(m,
% apply(l,l)),
% apply(m,
% apply(m,
% apply(l,l))))))
% -> (false) is composed into [486]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(apply(m,apply(l,l)),
% apply(m,apply(m,apply(l,l))))))
% -> (true)
% Rule [484]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(
% apply(
% apply(m,X),
% apply(X,X)),
% apply(m,
% apply(X,X)))))
% -> (false) is composed into [484]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),apply(m,
% apply(X,X)))))
% -> (true)
% Rule [482]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(
% apply(m,
% apply(m,l)),
% apply(m,
% apply(m,
% apply(l,l))))))
% -> (false) is composed into [482]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(apply(m,apply(m,l)),
% apply(m,apply(m,apply(l,l))))))
% -> (true)
% Rule [480]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [480]
% (eq)(apply(l,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [477]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) is composed into [477]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (true)
% Rule [471]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) is composed into 
% [471]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (true)
% Rule [469]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) is composed into 
% [469]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (true)
% Rule [465]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(l,apply(m,
% apply(m,l))))))
% -> (false) is composed into [465]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,
% apply(
% apply(m,
% apply(m,l)),
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [464]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,
% apply(m,l))))))
% -> (false) is composed into [464]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,
% apply(
% apply(m,
% apply(l,l)),
% apply(m,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [463]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(
% apply(m,
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [463]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(apply(m,apply(X,X)),
% apply(m,apply(m,X))))) ->
% (true)
% Rule [461]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,apply(b,apply(
% apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [461]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,
% apply(b,
% apply(
% apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (true)
% Rule [460]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,apply(b,apply(
% apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [460]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,
% apply(b,
% apply(
% apply(b,b),
% apply(m,
% apply(m,b))))))
% -> (true)
% Rule [459]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(m,
% apply(m,l))))))
% -> (false) is composed into [459]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,
% apply(
% apply(m,
% apply(m,l)),
% apply(m,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [458]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,apply(b,apply(
% apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [458]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,
% apply(b,
% apply(
% apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (true)
% Rule [457]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(
% apply(m,
% apply(m,X)),
% apply(m,
% apply(X,X)))))
% -> (false) is composed into [457]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(apply(m,apply(m,X)),
% apply(m,apply(X,X))))) ->
% (true)
% Rule [452]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) is composed into [452]
% (eq)(apply(m,apply(m,l)),apply(combinator,
% apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (true)
% Rule [451]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [451]
% (eq)(apply(m,apply(l,l)),apply(combinator,
% apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [450]
% (eq)(apply(m,apply(m,apply(m,apply(apply(m,X),apply(X,X))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(X,X)))))))
% -> (false) is composed into [450]
% (eq)(apply(m,apply(m,apply(m,apply(apply(m,X),
% apply(X,X))))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(m,
% apply(X,X)))))))
% -> (true)
% Rule [449]
% (eq)(apply(m,apply(m,apply(m,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [449]
% (eq)(apply(m,apply(m,apply(m,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [447]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [447]
% (eq)(apply(apply(m,apply(l,l)),apply(l,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [445]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) is composed into 
% [445]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (true)
% Rule [443]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [443]
% (eq)(apply(apply(m,apply(X,X)),apply(
% apply(m,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(apply(m,X),
% apply(X,X))))) ->
% (true)
% Rule [442]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [442]
% (eq)(apply(apply(m,apply(m,l)),apply(l,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [441]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(m,
% apply(m,b)))))
% -> (false) is composed into [441]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(m,apply(m,apply(m,b)))))
% -> (true)
% Rule [439]
% (eq)(apply(b,apply(apply(m,b),apply(apply(m,b),apply(b,b)))),apply(combinator,
% apply(m,
% apply(m,
% apply(b,b)))))
% -> (false) is composed into [439]
% (eq)(apply(b,apply(apply(m,b),apply(
% apply(m,b),
% apply(b,b)))),
% apply(combinator,apply(m,apply(m,apply(b,b)))))
% -> (true)
% Rule [436]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(
% apply(
% apply(X,X),
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [436]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(apply(apply(X,X),
% apply(X,X)),apply(m,
% apply(m,X)))))
% -> (true)
% Rule [428]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(
% apply(m,
% apply(m,X)),
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [428]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(X,X),apply(X,X)))))
% -> (true)
% Rule [426]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [426]
% (eq)(apply(apply(m,apply(l,l)),apply(m,
% apply(m,
% apply(l,l)))),
% apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [425]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [425]
% (eq)(apply(apply(m,apply(m,l)),apply(m,
% apply(m,
% apply(l,l)))),
% apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [422]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [422]
% (eq)(apply(m,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [417]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) is composed into [417]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(m,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (true)
% Rule [413]
% (eq)(apply(m,apply(m,apply(m,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(l,l)))))))
% -> (false) is composed into [413]
% (eq)(apply(m,apply(m,apply(m,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(m,
% apply(l,l)))))))
% -> (true)
% Rule [412]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(
% apply(m,b),
% apply(b,b)))))
% -> (false) is composed into [412]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(m,apply(apply(m,b),
% apply(b,b))))) ->
% (true)
% Rule [411]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(
% apply(m,b),
% apply(b,b)))))
% -> (false) is composed into [411]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(m,apply(apply(m,b),
% apply(b,b))))) ->
% (true)
% Rule [409]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [409]
% (eq)(apply(apply(apply(m,X),apply(X,X)),
% apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(
% apply(m,X),
% apply(X,X)))))
% -> (true)
% Rule [408]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [408]
% (eq)(apply(apply(m,apply(l,l)),apply(m,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [407]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,l))),apply(combinator,
% apply(m,apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [407]
% (eq)(apply(apply(m,apply(l,l)),apply(m,
% apply(m,l))),
% apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [405]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [405]
% (eq)(apply(apply(m,apply(m,l)),apply(m,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [403]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(l,l))),apply(combinator,
% apply(m,apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [403]
% (eq)(apply(apply(m,apply(m,l)),apply(m,
% apply(l,l))),
% apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [399]
% (eq)(apply(m,apply(m,apply(m,apply(m,apply(m,X))))),apply(combinator,
% apply(m,apply(m,
% apply(m,
% apply(m,
% apply(X,X)))))))
% -> (false) is composed into [399]
% (eq)(apply(m,apply(m,apply(m,apply(m,
% apply(m,X))))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(m,
% apply(X,X)))))))
% -> (true)
% Rule [395]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(l,apply(m,
% apply(m,l))))))
% -> (false) is composed into [395]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,
% apply(
% apply(m,
% apply(l,l)),
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [394]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(
% apply(m,
% apply(m,X)),
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [394]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(m,X),apply(X,X)))))
% -> (true)
% Rule [392]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(
% apply(
% apply(m,X),
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [392]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),apply(m,
% apply(m,X)))))
% -> (true)
% Rule [389]
% (eq)(apply(m,apply(m,apply(m,apply(m,l)))),apply(combinator,apply(m,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) is composed into [389]
% (eq)(apply(m,apply(m,apply(m,apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (true)
% Rule [388]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(l,apply(m,apply(m,l))))) -> (false) is composed into 
% [388]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(l,apply(m,apply(m,l))))) -> (true)
% Rule [382]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) is composed into 
% [382]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (true)
% Rule [381]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) is composed into 
% [381]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (true)
% Rule [379]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false) is composed into 
% [379]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (true)
% Rule [378]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) is composed into 
% [378]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (true)
% Rule [377]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) is composed into 
% [377]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (true)
% Rule [376]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) is composed into 
% [376]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (true)
% Rule [375]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (false) is composed into 
% [375]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X))))) -> (true)
% Rule [373]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) is composed into 
% [373]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (true)
% Rule [371]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false) is composed into [371]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,
% apply(
% apply(m,
% apply(X,X)),
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (true)
% Rule [370]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false) is composed into [370]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(
% apply(m,
% apply(m,X)),
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (true)
% Rule [369]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(l,apply(m,
% apply(m,l))))))
% -> (false) is composed into [369]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,
% apply(
% apply(m,
% apply(m,l)),
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [367]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,
% apply(l,l))))))
% -> (false) is composed into [367]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,
% apply(
% apply(m,
% apply(l,l)),
% apply(m,
% apply(m,
% apply(l,l))))))
% -> (true)
% Rule [366]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,
% apply(m,l))))))
% -> (false) is composed into [366]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,
% apply(
% apply(m,
% apply(l,l)),
% apply(m,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [365]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),
% apply(m,apply(X,X)))))
% -> (false) is composed into [365]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,
% apply(
% apply(
% apply(m,X),
% apply(X,X)),
% apply(m,
% apply(X,X)))))
% -> (true)
% Rule [364]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false) is composed into [364]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(
% apply(
% apply(m,X),
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (true)
% Rule [363]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(m,apply(m,
% apply(l,l))))))
% -> (false) is composed into [363]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,
% apply(
% apply(m,
% apply(l,l)),
% apply(m,
% apply(m,
% apply(l,l))))))
% -> (true)
% Rule [362]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(
% apply(m,
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [362]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(apply(m,apply(X,X)),
% apply(m,apply(m,X))))) ->
% (true)
% Rule [361]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false) is composed into [361]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(
% apply(m,
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (true)
% Rule [360]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,apply(b,apply(
% apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [360]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,
% apply(b,
% apply(
% apply(b,b),
% apply(m,
% apply(b,b))))))
% -> (true)
% Rule [359]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(m,
% apply(l,l))))))
% -> (false) is composed into [359]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,
% apply(
% apply(m,
% apply(m,l)),
% apply(m,
% apply(m,
% apply(l,l))))))
% -> (true)
% Rule [358]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,apply(b,apply(
% apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [358]
% (eq)(apply(m,apply(m,apply(m,b))),apply(combinator,
% apply(b,
% apply(
% apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (true)
% Rule [357]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(m,
% apply(m,l))))))
% -> (false) is composed into [357]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,
% apply(
% apply(m,
% apply(m,l)),
% apply(m,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [356]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,apply(b,apply(
% apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (false) is composed into [356]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,
% apply(b,
% apply(
% apply(m,b),
% apply(m,
% apply(m,b))))))
% -> (true)
% Rule [354]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(
% apply(m,
% apply(m,X)),
% apply(m,
% apply(X,X)))))
% -> (false) is composed into [354]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(apply(m,apply(m,X)),
% apply(m,apply(X,X))))) ->
% (true)
% Rule [353]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false) is composed into [353]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(
% apply(m,
% apply(m,X)),
% apply(m,
% apply(X,X)))))
% -> (true)
% Rule [352]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [352]
% (eq)(apply(l,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(l,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [350]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) is composed into [350]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,
% apply(l,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (true)
% Rule [344]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) is composed into [344]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (true)
% Rule [342]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [342]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [337]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [337]
% (eq)(apply(m,apply(m,l)),apply(combinator,
% apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [336]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(l,apply(m,
% apply(m,l))))))
% -> (false) is composed into [336]
% (eq)(apply(m,apply(l,l)),apply(combinator,
% apply(l,apply(l,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [331]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [331]
% (eq)(apply(apply(m,apply(m,l)),apply(l,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(m,l)))))
% -> (true)
% Rule [329]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [329]
% (eq)(apply(apply(m,apply(l,l)),apply(m,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(m,l)))))
% -> (true)
% Rule [327]
% (eq)(apply(m,apply(m,apply(m,apply(apply(m,X),apply(X,X))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(m,X)))))))
% -> (false) is composed into [327]
% (eq)(apply(m,apply(m,apply(m,apply(apply(m,X),
% apply(X,X))))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(m,
% apply(m,X)))))))
% -> (true)
% Rule [325]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) is composed into 
% [325]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (true)
% Rule [323]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) is composed into 
% [323]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (true)
% Rule [321]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [321]
% (eq)(apply(m,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(m,apply(m,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [320]
% (eq)(apply(m,apply(m,apply(m,apply(m,apply(X,X))))),apply(combinator,
% apply(m,apply(m,
% apply(m,
% apply(m,
% apply(m,X)))))))
% -> (false) is composed into [320]
% (eq)(apply(m,apply(m,apply(m,apply(m,
% apply(X,X))))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(m,
% apply(m,X)))))))
% -> (true)
% Rule [319]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,
% apply(
% apply(m,X),
% apply(X,X))))))
% -> (false) is composed into [319]
% (eq)(apply(m,apply(m,apply(apply(X,X),
% apply(X,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X))))))
% -> (true)
% Rule [318]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [318]
% (eq)(apply(apply(m,apply(m,X)),apply(
% apply(m,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(apply(m,X),
% apply(X,X))))) ->
% (true)
% Rule [316]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [316]
% (eq)(apply(apply(m,apply(X,X)),apply(
% apply(m,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(apply(X,X),
% apply(X,X))))) ->
% (true)
% Rule [314]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [314]
% (eq)(apply(apply(m,apply(X,X)),apply(
% apply(X,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(apply(m,X),
% apply(X,X))))) ->
% (true)
% Rule [312]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [312]
% (eq)(apply(apply(m,apply(l,l)),apply(l,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [309]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(m,
% apply(b,b)))))
% -> (false) is composed into [309]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(m,apply(m,apply(b,b)))))
% -> (true)
% Rule [308]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(m,
% apply(m,b)))))
% -> (false) is composed into [308]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(m,apply(m,apply(m,b)))))
% -> (true)
% Rule [307]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [307]
% (eq)(apply(apply(m,apply(m,l)),apply(m,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(m,l)))))
% -> (true)
% Rule [306]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(m,
% apply(m,b)))))
% -> (false) is composed into [306]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(m,apply(m,apply(m,b)))))
% -> (true)
% Rule [305]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [305]
% (eq)(apply(apply(apply(m,X),apply(X,X)),
% apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(
% apply(m,X),
% apply(X,X)))))
% -> (true)
% Rule [304]
% (eq)(apply(apply(m,apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [304]
% (eq)(apply(apply(m,apply(X,X)),apply(m,
% apply(m,X))),
% apply(combinator,apply(m,apply(apply(m,X),
% apply(X,X))))) ->
% (true)
% Rule [298]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (false) is composed into 
% [298]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(m,apply(m,l))))) -> (true)
% Rule [297]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) is composed into 
% [297]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (true)
% Rule [295]
% (eq)(apply(m,apply(m,apply(m,apply(l,l)))),apply(combinator,apply(m,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) is composed into [295]
% (eq)(apply(m,apply(m,apply(m,apply(l,l)))),
% apply(combinator,apply(m,apply(m,apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (true)
% Rule [292]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(
% apply(
% apply(X,X),
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [292]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(apply(apply(X,X),
% apply(X,X)),apply(m,
% apply(m,X)))))
% -> (true)
% Rule [290]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false) is composed into 
% [290]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (true)
% Rule [289]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) is composed into 
% [289]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (true)
% Rule [288]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) is composed into 
% [288]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(l,apply(m,apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (true)
% Rule [286]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (false) is composed into 
% [286]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X))))) -> (true)
% Rule [284]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (false) is composed into 
% [284]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,apply(l,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l))))) -> (true)
% Rule [280]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(
% apply(m,
% apply(m,X)),
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [280]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(apply(m,apply(m,X)),
% apply(apply(X,X),apply(X,X)))))
% -> (true)
% Rule [279]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(
% apply(m,b),
% apply(b,b)))))
% -> (false) is composed into [279]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(m,apply(apply(m,b),
% apply(b,b))))) ->
% (true)
% Rule [276]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [276]
% (eq)(apply(apply(m,apply(l,l)),apply(m,
% apply(m,
% apply(l,l)))),
% apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [275]
% (eq)(apply(apply(m,apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [275]
% (eq)(apply(apply(m,apply(m,X)),apply(m,
% apply(X,X))),
% apply(combinator,apply(m,apply(apply(m,X),
% apply(X,X))))) ->
% (true)
% Rule [274]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [274]
% (eq)(apply(apply(apply(m,X),apply(X,X)),
% apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(
% apply(X,X),
% apply(X,X)))))
% -> (true)
% Rule [272]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [272]
% (eq)(apply(apply(m,apply(m,l)),apply(m,
% apply(m,
% apply(l,l)))),
% apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [264]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [264]
% (eq)(apply(m,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [255]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [255]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [251]
% (eq)(apply(m,apply(m,apply(m,apply(X,X)))),apply(combinator,apply(m,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X))))))
% -> (false) is composed into [251]
% (eq)(apply(m,apply(m,apply(m,apply(X,X)))),
% apply(combinator,apply(m,apply(m,apply(
% apply(m,X),
% apply(X,X))))))
% -> (true)
% Rule [245]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false) is composed into [245]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(
% apply(m,
% apply(X,X)),
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (true)
% Rule [244]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,
% apply(l,l)),
% apply(l,apply(m,
% apply(m,l))))))
% -> (false) is composed into [244]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,
% apply(
% apply(m,
% apply(l,l)),
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [241]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(X,X))))) ->
% (false) is composed into [241]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(
% apply(m,
% apply(m,X)),
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (true)
% Rule [240]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(m,X),
% apply(X,X))))) ->
% (false) is composed into [240]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,
% apply(
% apply(m,
% apply(m,X)),
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (true)
% Rule [238]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),
% apply(m,apply(X,X)))))
% -> (false) is composed into [238]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(
% apply(
% apply(m,X),
% apply(X,X)),
% apply(m,
% apply(X,X)))))
% -> (true)
% Rule [237]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(apply(X,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false) is composed into [237]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(
% apply(
% apply(X,X),
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (true)
% Rule [236]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(apply(m,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false) is composed into [236]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,
% apply(
% apply(
% apply(m,X),
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (true)
% Rule [235]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(apply(m,
% apply(m,l)),
% apply(m,apply(m,
% apply(l,l))))))
% -> (false) is composed into [235]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,
% apply(
% apply(m,
% apply(m,l)),
% apply(m,
% apply(m,
% apply(l,l))))))
% -> (true)
% Rule [234]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false) is composed into [234]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,
% apply(
% apply(m,
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (true)
% Rule [233]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,apply(b,apply(
% apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (false) is composed into [233]
% (eq)(apply(m,apply(m,apply(b,b))),apply(combinator,
% apply(b,
% apply(
% apply(m,b),
% apply(m,
% apply(b,b))))))
% -> (true)
% Rule [230]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(m,apply(X,X)))))
% -> (false) is composed into [230]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,
% apply(
% apply(m,
% apply(m,X)),
% apply(m,
% apply(X,X)))))
% -> (true)
% Rule [229]
% (eq)(apply(m,apply(m,apply(m,apply(m,l)))),apply(combinator,apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [229]
% (eq)(apply(m,apply(m,apply(m,apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [228]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(m,l)))) -> (false) is composed into 
% [228]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(m,l)))) -> (true)
% Rule [227]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(l,l)))) -> (false) is composed into 
% [227]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l))))))),
% apply(combinator,apply(m,apply(l,l)))) -> (true)
% Rule [225]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (false) is composed into [225]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))))
% -> (true)
% Rule [224]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(l,
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [224]
% (eq)(apply(l,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(l,apply(m,apply(m,l)))))
% -> (true)
% Rule [223]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(l,apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [223]
% (eq)(apply(l,apply(l,apply(l,apply(m,
% apply(m,l))))),
% apply(combinator,apply(l,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [221]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [221]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,
% apply(l,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [213]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [213]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [210]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(l,apply(m,
% apply(m,l))))))
% -> (false) is composed into [210]
% (eq)(apply(m,apply(m,l)),apply(combinator,
% apply(l,apply(l,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [209]
% (eq)(apply(m,apply(l,l)),apply(combinator,apply(l,apply(m,apply(m,l)))))
% -> (false) is composed into [209]
% (eq)(apply(m,apply(l,l)),apply(combinator,
% apply(l,apply(m,
% apply(m,l)))))
% -> (true)
% Rule [205]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [205]
% (eq)(apply(apply(m,apply(l,l)),apply(l,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(m,l)))))
% -> (true)
% Rule [203]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false) is composed into [203]
% (eq)(apply(apply(m,apply(X,X)),apply(
% apply(m,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X)))))
% -> (true)
% Rule [202]
% (eq)(apply(apply(m,apply(m,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false) is composed into [202]
% (eq)(apply(apply(m,apply(m,l)),apply(l,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(l,l)))))
% -> (true)
% Rule [201]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [201]
% (eq)(apply(apply(m,apply(m,X)),apply(
% apply(m,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X)))))
% -> (true)
% Rule [199]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false) is composed into [199]
% (eq)(apply(apply(m,apply(l,l)),apply(m,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(l,l)))))
% -> (true)
% Rule [198]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [198]
% (eq)(apply(apply(m,apply(l,l)),apply(m,
% apply(m,
% apply(l,l)))),
% apply(combinator,apply(m,apply(m,apply(m,l)))))
% -> (true)
% Rule [197]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false) is composed into [197]
% (eq)(apply(apply(apply(m,X),apply(X,X)),
% apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(m,
% apply(X,X)))))
% -> (true)
% Rule [196]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [196]
% (eq)(apply(apply(apply(m,X),apply(X,X)),
% apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(m,
% apply(m,X)))))
% -> (true)
% Rule [195]
% (eq)(apply(apply(m,apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(m,
% apply(m,X)))))
% -> (false) is composed into [195]
% (eq)(apply(apply(m,apply(X,X)),apply(m,
% apply(m,X))),
% apply(combinator,apply(m,apply(m,apply(m,X)))))
% -> (true)
% Rule [193]
% (eq)(apply(apply(m,apply(l,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false) is composed into [193]
% (eq)(apply(apply(m,apply(l,l)),apply(m,
% apply(m,
% apply(l,l)))),
% apply(combinator,apply(m,apply(m,apply(l,l)))))
% -> (true)
% Rule [192]
% (eq)(apply(b,apply(apply(b,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(m,
% apply(b,b)))))
% -> (false) is composed into [192]
% (eq)(apply(b,apply(apply(b,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(m,apply(m,apply(b,b)))))
% -> (true)
% Rule [191]
% (eq)(apply(m,apply(m,apply(m,apply(apply(X,X),apply(X,X))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,
% apply(m,X)))))))
% -> (false) is composed into [191]
% (eq)(apply(m,apply(m,apply(m,apply(apply(X,X),
% apply(X,X))))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(m,
% apply(m,X)))))))
% -> (true)
% Rule [189]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [189]
% (eq)(apply(apply(m,apply(m,X)),apply(
% apply(m,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(apply(X,X),
% apply(X,X))))) ->
% (true)
% Rule [188]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [188]
% (eq)(apply(apply(m,apply(m,X)),apply(
% apply(X,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(apply(m,X),
% apply(X,X))))) ->
% (true)
% Rule [182]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false) is composed into [182]
% (eq)(apply(apply(m,apply(m,l)),apply(m,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(l,l)))))
% -> (true)
% Rule [181]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(m,b)))),apply(combinator,
% apply(m,apply(m,
% apply(b,b)))))
% -> (false) is composed into [181]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(m,b)))),
% apply(combinator,apply(m,apply(m,apply(b,b)))))
% -> (true)
% Rule [180]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [180]
% (eq)(apply(apply(m,apply(m,l)),apply(m,
% apply(m,
% apply(l,l)))),
% apply(combinator,apply(m,apply(m,apply(m,l)))))
% -> (true)
% Rule [179]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(m,
% apply(m,b)))))
% -> (false) is composed into [179]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(m,apply(m,apply(m,b)))))
% -> (true)
% Rule [176]
% (eq)(apply(m,apply(m,apply(apply(m,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,
% apply(
% apply(X,X),
% apply(X,X))))))
% -> (false) is composed into [176]
% (eq)(apply(m,apply(m,apply(apply(m,X),
% apply(X,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(
% apply(X,X),
% apply(X,X))))))
% -> (true)
% Rule [175]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [175]
% (eq)(apply(m,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [173]
% (eq)(apply(apply(m,apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(m,
% apply(m,X)))))
% -> (false) is composed into [173]
% (eq)(apply(apply(m,apply(m,X)),apply(m,
% apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X)))))
% -> (true)
% Rule [172]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [172]
% (eq)(apply(apply(apply(m,X),apply(X,X)),
% apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(
% apply(X,X),
% apply(X,X)))))
% -> (true)
% Rule [171]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [171]
% (eq)(apply(apply(apply(X,X),apply(X,X)),
% apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(
% apply(m,X),
% apply(X,X)))))
% -> (true)
% Rule [170]
% (eq)(apply(apply(m,apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [170]
% (eq)(apply(apply(m,apply(X,X)),apply(m,
% apply(m,X))),
% apply(combinator,apply(m,apply(apply(X,X),
% apply(X,X))))) ->
% (true)
% Rule [165]
% (eq)(apply(apply(m,apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [165]
% (eq)(apply(apply(m,apply(m,X)),apply(m,
% apply(X,X))),
% apply(combinator,apply(m,apply(apply(X,X),
% apply(X,X))))) ->
% (true)
% Rule [161]
% (eq)(apply(m,apply(m,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(l,l))))))
% -> (false) is composed into [161]
% (eq)(apply(m,apply(m,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(l,l))))))
% -> (true)
% Rule [155]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [155]
% (eq)(apply(m,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(m,apply(m,apply(m,l)))))
% -> (true)
% Rule [154]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [154]
% (eq)(apply(m,apply(l,apply(l,apply(m,
% apply(m,l))))),
% apply(combinator,apply(m,apply(l,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [148]
% (eq)(apply(m,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false) is composed into [148]
% (eq)(apply(m,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(m,apply(m,apply(l,l)))))
% -> (true)
% Rule [144]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),apply(combinator,apply(m,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X))))))
% -> (false) is composed into [144]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),
% apply(combinator,apply(m,apply(m,apply(
% apply(m,X),
% apply(X,X))))))
% -> (true)
% Rule [143]
% (eq)(apply(m,apply(m,apply(m,apply(l,l)))),apply(combinator,apply(m,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [143]
% (eq)(apply(m,apply(m,apply(m,apply(l,l)))),
% apply(combinator,apply(m,apply(m,apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [141]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(apply(m,
% apply(X,X)),
% apply(apply(X,X),
% apply(X,X))))) ->
% (false) is composed into [141]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(
% apply(m,
% apply(X,X)),
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (true)
% Rule [139]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(m,
% apply(m,X)),
% apply(apply(X,X),
% apply(X,X))))) ->
% (false) is composed into [139]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,
% apply(
% apply(m,
% apply(m,X)),
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (true)
% Rule [137]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(apply(apply(X,X),
% apply(X,X)),
% apply(m,apply(m,X)))))
% -> (false) is composed into [137]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,
% apply(
% apply(
% apply(X,X),
% apply(X,X)),
% apply(m,
% apply(m,X)))))
% -> (true)
% Rule [134]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(m,
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [134]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(apply(m,X),
% apply(X,X))))) ->
% (true)
% Rule [133]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(m,l))))
% -> (false) is composed into [133]
% (eq)(apply(l,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(m,apply(m,l)))) ->
% (true)
% Rule [132]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(l,apply(m,
% apply(m,l)))))
% -> (false) is composed into [132]
% (eq)(apply(l,apply(l,apply(l,apply(m,
% apply(m,l))))),
% apply(combinator,apply(l,apply(m,apply(m,l)))))
% -> (true)
% Rule [131]
% (eq)(apply(l,apply(l,apply(l,apply(l,apply(m,apply(m,l)))))),apply(combinator,
% apply(m,
% apply(l,l))))
% -> (false) is composed into [131]
% (eq)(apply(l,apply(l,apply(l,apply(l,
% apply(m,
% apply(m,l)))))),
% apply(combinator,apply(m,apply(l,l)))) ->
% (true)
% Rule [128]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(l,apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [128]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [122]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(m,apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [122]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (true)
% Rule [121]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (false) is composed into [121]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,
% apply(m,
% apply(l,
% apply(l,
% apply(m,
% apply(m,l)))))))
% -> (true)
% Rule [118]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [118]
% (eq)(apply(m,apply(m,apply(m,l))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [116]
% (eq)(apply(m,apply(X,X)),apply(combinator,apply(apply(m,X),apply(X,X))))
% -> (false) is composed into [116]
% (eq)(apply(m,apply(X,X)),apply(combinator,
% apply(apply(m,X),
% apply(X,X)))) ->
% (true)
% Rule [115]
% (eq)(apply(m,apply(m,l)),apply(combinator,apply(l,apply(m,apply(m,l)))))
% -> (false) is composed into [115]
% (eq)(apply(m,apply(m,l)),apply(combinator,
% apply(l,apply(m,
% apply(m,l)))))
% -> (true)
% Rule [113]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [113]
% (eq)(apply(apply(m,apply(X,X)),apply(
% apply(m,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X)))))
% -> (true)
% Rule [112]
% (eq)(apply(apply(m,apply(l,l)),apply(l,apply(m,apply(m,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false) is composed into [112]
% (eq)(apply(apply(m,apply(l,l)),apply(l,
% apply(m,
% apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(l,l)))))
% -> (true)
% Rule [110]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(m,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false) is composed into [110]
% (eq)(apply(apply(m,apply(m,X)),apply(
% apply(m,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X)))))
% -> (true)
% Rule [108]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [108]
% (eq)(apply(apply(m,apply(m,X)),apply(
% apply(X,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X)))))
% -> (true)
% Rule [107]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false) is composed into [107]
% (eq)(apply(apply(apply(m,X),apply(X,X)),
% apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(m,
% apply(X,X)))))
% -> (true)
% Rule [106]
% (eq)(apply(apply(m,apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(m,
% apply(X,X)))))
% -> (false) is composed into [106]
% (eq)(apply(apply(m,apply(X,X)),apply(m,
% apply(m,X))),
% apply(combinator,apply(m,apply(m,apply(X,X)))))
% -> (true)
% Rule [105]
% (eq)(apply(apply(apply(m,X),apply(X,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [105]
% (eq)(apply(apply(apply(m,X),apply(X,X)),
% apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(m,
% apply(m,X)))))
% -> (true)
% Rule [104]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [104]
% (eq)(apply(apply(apply(X,X),apply(X,X)),
% apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(m,
% apply(m,X)))))
% -> (true)
% Rule [103]
% (eq)(apply(apply(m,apply(m,l)),apply(m,apply(m,apply(l,l)))),apply(combinator,
% apply(m,
% apply(m,
% apply(l,l)))))
% -> (false) is composed into [103]
% (eq)(apply(apply(m,apply(m,l)),apply(m,
% apply(m,
% apply(l,l)))),
% apply(combinator,apply(m,apply(m,apply(l,l)))))
% -> (true)
% Rule [102]
% (eq)(apply(b,apply(apply(m,b),apply(m,apply(b,b)))),apply(combinator,
% apply(m,apply(m,
% apply(b,b)))))
% -> (false) is composed into [102]
% (eq)(apply(b,apply(apply(m,b),apply(m,
% apply(b,b)))),
% apply(combinator,apply(m,apply(m,apply(b,b)))))
% -> (true)
% Rule [100]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [100]
% (eq)(apply(apply(m,apply(m,X)),apply(
% apply(X,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(apply(X,X),
% apply(X,X))))) ->
% (true)
% Rule [95]
% (eq)(apply(apply(m,apply(m,X)),apply(m,apply(X,X))),apply(combinator,
% apply(m,apply(m,
% apply(X,X)))))
% -> (false) is composed into [95]
% (eq)(apply(apply(m,apply(m,X)),apply(m,
% apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X)))))
% -> (true)
% Rule [93]
% (eq)(apply(m,apply(m,apply(apply(m,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,
% apply(m,
% apply(X,X))))))
% -> (false) is composed into [93]
% (eq)(apply(m,apply(m,apply(apply(m,X),
% apply(X,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(X,X))))))
% -> (true)
% Rule [92]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [92]
% (eq)(apply(m,apply(m,apply(l,apply(m,
% apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(m,l))))))
% -> (true)
% Rule [91]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [91]
% (eq)(apply(apply(apply(X,X),apply(X,X)),
% apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(
% apply(X,X),
% apply(X,X)))))
% -> (true)
% Rule [86]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(m,
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [86]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(apply(X,X),
% apply(X,X))))) ->
% (true)
% Rule [85]
% (eq)(apply(m,apply(m,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,
% apply(m,
% apply(l,l))))))
% -> (false) is composed into [85]
% (eq)(apply(m,apply(m,apply(l,apply(m,
% apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(l,l))))))
% -> (true)
% Rule [84]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,
% apply(m,l)))))
% -> (false) is composed into [84]
% (eq)(apply(m,apply(l,apply(l,apply(m,
% apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(m,l)))))
% -> (true)
% Rule [83]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),apply(combinator,apply(m,
% apply(m,
% apply(m,
% apply(X,X))))))
% -> (false) is composed into [83]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(X,X))))))
% -> (true)
% Rule [78]
% (eq)(apply(m,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,
% apply(l,l)))))
% -> (false) is composed into [78]
% (eq)(apply(m,apply(l,apply(l,apply(m,
% apply(m,l))))),
% apply(combinator,apply(m,apply(m,apply(l,l)))))
% -> (true)
% Rule [75]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),apply(combinator,apply(m,
% apply(m,
% apply(
% apply(X,X),
% apply(X,X))))))
% -> (false) is composed into [75]
% (eq)(apply(m,apply(m,apply(m,apply(m,X)))),
% apply(combinator,apply(m,apply(m,apply(
% apply(X,X),
% apply(X,X))))))
% -> (true)
% Rule [72]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(m,l))))
% -> (false) is composed into [72]
% (eq)(apply(l,apply(l,apply(l,apply(m,
% apply(m,l))))),
% apply(combinator,apply(m,apply(m,l)))) ->
% (true)
% Rule [71]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(l,
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [71]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(l,apply(m,apply(m,l)))))
% -> (true)
% Rule [70]
% (eq)(apply(l,apply(l,apply(l,apply(m,apply(m,l))))),apply(combinator,
% apply(m,apply(l,l))))
% -> (false) is composed into [70]
% (eq)(apply(l,apply(l,apply(l,apply(m,
% apply(m,l))))),
% apply(combinator,apply(m,apply(l,l)))) ->
% (true)
% Rule [66]
% (eq)(apply(apply(X,X),apply(X,X)),apply(combinator,apply(apply(m,X),
% apply(X,X)))) ->
% (false) is composed into [66]
% (eq)(apply(apply(X,X),apply(X,X)),apply(combinator,
% apply(
% apply(m,X),
% apply(X,X))))
% -> (true)
% Rule [65]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(m,apply(
% apply(m,X),
% apply(X,X)))))
% -> (false) is composed into [65]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(
% apply(m,X),
% apply(X,X)))))
% -> (true)
% Rule [64]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,apply(m,apply(l,
% apply(m,
% apply(m,l))))))
% -> (false) is composed into [64]
% (eq)(apply(m,apply(m,apply(l,l))),apply(combinator,
% apply(m,
% apply(l,
% apply(m,
% apply(m,l))))))
% -> (true)
% Rule [61]
% (eq)(apply(m,apply(X,X)),apply(combinator,apply(apply(X,X),apply(X,X))))
% -> (false) is composed into [61]
% (eq)(apply(m,apply(X,X)),apply(combinator,
% apply(apply(X,X),
% apply(X,X)))) ->
% (true)
% Rule [60]
% (eq)(apply(m,apply(m,X)),apply(combinator,apply(apply(m,X),apply(X,X))))
% -> (false) is composed into [60]
% (eq)(apply(m,apply(m,X)),apply(combinator,
% apply(apply(m,X),
% apply(X,X)))) ->
% (true)
% Rule [58]
% (eq)(apply(apply(m,apply(X,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [58]
% (eq)(apply(apply(m,apply(X,X)),apply(
% apply(X,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X)))))
% -> (true)
% Rule [56]
% (eq)(apply(apply(m,apply(m,X)),apply(apply(X,X),apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false) is composed into [56]
% (eq)(apply(apply(m,apply(m,X)),apply(
% apply(X,X),
% apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X)))))
% -> (true)
% Rule [55]
% (eq)(apply(apply(apply(X,X),apply(X,X)),apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (false) is composed into [55]
% (eq)(apply(apply(apply(X,X),apply(X,X)),
% apply(m,apply(m,X))),apply(combinator,
% apply(m,apply(m,
% apply(X,X)))))
% -> (true)
% Rule [52]
% (eq)(apply(m,apply(m,apply(apply(m,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,
% apply(m,
% apply(m,X))))))
% -> (false) is composed into [52]
% (eq)(apply(m,apply(m,apply(apply(m,X),
% apply(X,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,X))))))
% -> (true)
% Rule [50]
% (eq)(apply(m,apply(m,apply(m,apply(X,X)))),apply(combinator,apply(m,
% apply(m,
% apply(m,
% apply(m,X))))))
% -> (false) is composed into [50]
% (eq)(apply(m,apply(m,apply(m,apply(X,X)))),
% apply(combinator,apply(m,apply(m,apply(m,
% apply(m,X))))))
% -> (true)
% Rule [48]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(m,
% apply(m,
% apply(X,X)))))
% -> (false) is composed into [48]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(X,X)))))
% -> (true)
% Rule [47]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,
% apply(m,
% apply(m,l)))))
% -> (false) is composed into [47]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(m,l)))))
% -> (true)
% Rule [43]
% (eq)(apply(apply(m,X),apply(X,X)),apply(combinator,apply(apply(X,X),
% apply(X,X)))) ->
% (false) is composed into [43]
% (eq)(apply(apply(m,X),apply(X,X)),apply(combinator,
% apply(
% apply(X,X),
% apply(X,X))))
% -> (true)
% Rule [42]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,
% apply(m,
% apply(l,l)))))
% -> (false) is composed into [42]
% (eq)(apply(m,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(m,apply(m,apply(l,l)))))
% -> (true)
% Rule [40]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(m,apply(m,
% apply(X,X)))))
% -> (false) is composed into [40]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(X,X)))))
% -> (true)
% Rule [39]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,
% apply(m,l))))
% -> (false) is composed into [39]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(m,apply(m,l)))) ->
% (true)
% Rule [38]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),apply(combinator,apply(m,
% apply(l,l))))
% -> (false) is composed into [38]
% (eq)(apply(l,apply(l,apply(m,apply(m,l)))),
% apply(combinator,apply(m,apply(l,l)))) ->
% (true)
% Rule [34]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,apply(m,apply(
% apply(X,X),
% apply(X,X)))))
% -> (false) is composed into [34]
% (eq)(apply(m,apply(m,apply(m,X))),apply(combinator,
% apply(m,
% apply(
% apply(X,X),
% apply(X,X)))))
% -> (true)
% Rule [32]
% (eq)(apply(m,apply(m,X)),apply(combinator,apply(apply(X,X),apply(X,X))))
% -> (false) is composed into [32]
% (eq)(apply(m,apply(m,X)),apply(combinator,
% apply(apply(X,X),
% apply(X,X)))) ->
% (true)
% Rule [31]
% (eq)(apply(m,apply(m,apply(apply(X,X),apply(X,X)))),apply(combinator,
% apply(m,apply(m,
% apply(m,
% apply(m,X))))))
% -> (false) is composed into [31]
% (eq)(apply(m,apply(m,apply(apply(X,X),
% apply(X,X)))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,
% apply(m,X))))))
% -> (true)
% Rule [30]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),apply(combinator,apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [30]
% (eq)(apply(m,apply(apply(m,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X)))))
% -> (true)
% Rule [28]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,apply(m,apply(m,
% apply(m,X)))))
% -> (false) is composed into [28]
% (eq)(apply(m,apply(m,apply(X,X))),apply(combinator,
% apply(m,
% apply(m,
% apply(m,X)))))
% -> (true)
% Rule [26]
% (eq)(apply(apply(m,X),apply(X,X)),apply(combinator,apply(m,apply(X,X))))
% -> (false) is composed into [26]
% (eq)(apply(apply(m,X),apply(X,X)),apply(combinator,
% apply(m,
% apply(X,X))))
% -> (true)
% Rule [24]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(m,apply(m,l))))
% -> (false) is composed into [24]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,
% apply(m,
% apply(m,l))))
% -> (true)
% Rule [23]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,apply(m,apply(l,l))))
% -> (false) is composed into [23]
% (eq)(apply(l,apply(m,apply(m,l))),apply(combinator,
% apply(m,
% apply(l,l))))
% -> (true)
% Rule [21]
% (eq)(apply(m,apply(m,X)),apply(combinator,apply(m,apply(X,X)))) ->
% (false) is composed into [21]
% (eq)(apply(m,apply(m,X)),apply(combinator,
% apply(m,apply(X,X))))
% -> (true)
% Rule [20]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),apply(combinator,apply(m,
% apply(m,
% apply(m,X)))))
% -> (false) is composed into [20]
% (eq)(apply(m,apply(apply(X,X),apply(X,X))),
% apply(combinator,apply(m,apply(m,apply(m,X)))))
% -> (true)
% Rule [19]
% (eq)(apply(apply(m,X),apply(X,X)),apply(combinator,apply(m,apply(m,X))))
% -> (false) is composed into [19]
% (eq)(apply(apply(m,X),apply(X,X)),apply(combinator,
% apply(m,
% apply(m,X))))
% -> (true)
% Rule [18]
% (eq)(apply(m,apply(X,X)),apply(combinator,apply(m,apply(m,X)))) ->
% (false) is composed into [18]
% (eq)(apply(m,apply(X,X)),apply(combinator,
% apply(m,apply(m,X))))
% -> (true)
% Rule [15]
% (eq)(apply(apply(X,X),apply(X,X)),apply(combinator,apply(m,apply(m,X))))
% -> (false) is composed into [15]
% (eq)(apply(apply(X,X),apply(X,X)),apply(combinator,
% apply(m,
% apply(m,X))))
% -> (true)
% Rule [11] (eq)(apply(X,X),apply(combinator,apply(m,X))) -> (false) is composed into 
% [11] (eq)(apply(X,X),apply(combinator,apply(m,X))) -> (true)
% Rule [8] (eq)(combinator,apply(m,combinator)) -> (false) is composed into 
% [8] (eq)(combinator,apply(m,combinator)) -> (true)
% Rule [1] (eq)(Y,apply(combinator,Y)) -> (false) is composed into [1]
% (eq)(Y,
% apply(combinator,Y))
% -> (true)
% New rule produced : [585] (false) -> (true)
% The conjecture has been reduced. 
% Conjecture is now:
% Trivial
% 
% Current number of equations to process: 1886
% Current number of ordered equations: 0
% Current number of rules: 299
% The current conjecture is true and the solution is the identity
% % SZS output start Refutation
% 
% The following 5 rules have been used:
% [1] 
% (eq)(Y,apply(combinator,Y)) -> (false); trace = in the starting set
% [3] apply(X,X) <-> apply(m,X); trace = in the starting set
% [6] apply(apply(l,X),Y) <-> apply(X,apply(Y,Y)); trace = in the starting set
% [584] apply(X,apply(m,apply(l,X))) -> apply(m,apply(l,X)); trace = Cp of 6 and 3
% [585] (false) -> (true); trace = Cp of 584 and 1
% % SZS output end Refutation
% All conjectures have been proven
% 
% Execution time: 144.480000 sec
% res : bool = true
% time is now off
% 
% status : string = "unsatisfiable"
% % SZS status Unsatisfiable
% CiME interrupted
% 
% EOF
%------------------------------------------------------------------------------