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

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

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

Targets              'fibAdd'
Background           <none>
Simplified           False
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

             fibAdd       in 10     loops
             

                 [1mHYPOTHESIS 1 of 1[0m

fibAdd a0 (S a1) = S (fun1 a0 (S a1))
fun1 a0 (S (Z)) = a0
fun1 (S _) (S (S a0)) = S (fun5 (S a0) (S (S a0)))
fun5 (S _) (S (S a0)) = fibAdd a0 (S a0)

...batch processing finished.
Bye.
