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

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

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

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

             multfst      in 8     loops
             

                 [1mHYPOTHESIS 1 of 1[0m

multfst [] = []
multfst (a0 : a1) = a0 : multfst (fun2 (a0 : a1))
fun2 [_] = []
fun2 (a0 : (_ : a2)) = a0 : a2

Testing 1. hypothesis of: 'multfst'
  multfst [0, 1, 2, 3, 4, 5]  ==  [0,0,0,0,0,0]

...batch processing finished.
Bye.
