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

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

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

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

             flatten      in 10     loops
             

                 [1mHYPOTHESIS 1 of 1[0m

flatten (NilT) = []
flatten (Node a0 (NilT) (NilT)) = [a0]
flatten (Node a0 (Node a1 (NilT) (NilT)) (Node a2 (NilT) (NilT))) = [a0, a1, a2]
flatten (Node a0 (Node a1 (Node a2 (NilT) (NilT)) (Node a3 (NilT) (NilT))) (Node a4 (Node a5 (NilT) (NilT)) (Node a6 (NilT) (NilT)))) = [a0, a1, a2, a3, a4, a5, a6]

...batch processing finished.
Bye.
