
  .___                   ._ ._             
  |   | ____  ____ ._____| || |  ._       
  |   |/ __ \/  _ \|  __ \ || | _| |__ 
  |   / /_/  ) <_> )  | \/ || |/_   _/   
  |___\___  /\____/|__|  |_||_|  |_|    
     /_____/                v0.8

Welcome to IgorII. 
Running IgorII in batch mode with file: tests/eq-accum.bat

      [1m- - - - START SYNTHESIS WITH - - - -[0m

Targets              'eq'
Background           <none>
Simplified           True
Greedy rule-splitting False
Accumulators         True
Enhanced             False
Use paramorphisms    False
Compare rec args     AWise
DumpLog              False
Debug                False
Maximal tiers        0
Maximal loops        -1

      [1m- - - - - - - FINISHED - - - - - - -[0m

             eq           in 636     loops
             

                 [1mHYPOTHESIS 1 of 2[0m

eq (Z) (Z) = True
eq (Z) (S _) = False
eq (S _) (Z) = False
eq (S a0) (S a1) = eq a1 a0



                 [1mHYPOTHESIS 2 of 2[0m

eq (Z) (Z) = True
eq (Z) (S _) = False
eq (S _) (Z) = False
eq (S a0) (S a1) = eq a0 a1

Testing 1. hypothesis of: 'eq'
  eq (S (S (S (S Z)))) (S (S (S (S Z))))  ==  True

Testing 2. hypothesis of: 'eq'
  eq (S (S (S (S Z)))) (S (S (S (S Z))))  ==  True

Testing 1. hypothesis of: 'eq'
  eq (S (S (S (S Z)))) (S Z)  ==  False

Testing 2. hypothesis of: 'eq'
  eq (S (S (S (S Z)))) (S Z)  ==  False

...batch processing finished.
Bye.
