fib01 :: Int -> Int -> Int -> Int -- testing 8 combinations of argument values -- pruning with 6/10 rules -- 4 candidates of size 1 -- 14 candidates of size 2 -- 38 candidates of size 3 -- 111 candidates of size 4 -- 255 candidates of size 5 -- tested 422 candidates cannot conjure fib01 :: Int -> Int -> Int -> Int -- testing 8 combinations of argument values -- pruning with 21/41 rules -- 4 candidates of size 1 -- tested 4 candidates cannot conjure