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

Welcome to IgorII. 
Running IgorII in batch mode with file: tests/zeros.bat

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

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

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

             zeros        in 6     loops
             

                 [1mHYPOTHESIS 1 of 2[0m

zeros [] = []
zeros (Z : a0) = Z : zeros a0
zeros (S _ : a1) = zeros a1



                 [1mHYPOTHESIS 2 of 2[0m

zeros [] = []
zeros (Z : a0) = Z : zeros a0
zeros (S _ : a1) = zeros a1

Testing 1. hypothesis of: 'zeros'
  zeros [Z, S (S Z), S Z, Z, S Z, S (S (S Z)), Z]  ==  [Z,Z,Z]

Testing 2. hypothesis of: 'zeros'
  zeros [Z, S (S Z), S Z, Z, S Z, S (S (S Z)), Z]  ==  [Z,Z,Z]

...batch processing finished.
Bye.
