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

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

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

Targets              'zeros'
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

             zeros        in 25     loops
             

                 [1mHYPOTHESIS 1 of 1[0m

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

Testing 1. 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.
