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

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

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

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

             andL         in 3     loops
             

                 [1mHYPOTHESIS 1 of 1[0m

andL [] = True
andL (False : _) = False
andL (True : a0) = andL a0

Testing 1. hypothesis of: 'andL'
  andL [True, True, True, True]  ==  True

Testing 1. hypothesis of: 'andL'
  andL [True, True, True, False]  ==  False

...batch processing finished.
Bye.
