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

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

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

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

             mem          in 56     loops
             

                 [1mHYPOTHESIS 1 of 1[0m

mem _ [] = False
mem 1 [1] = True
mem 1 (2 : a0) = mem 1 a0
mem 1 (3 : a0) = mem 1 a0
mem 2 [1] = False
mem 2 (2 : _) = True
mem 2 [3] = False
mem 3 [1] = False
mem 3 [2] = False
mem 3 [3] = True

...batch processing finished.
Bye.
