qsort :: [Int] -> [Int] -- testing 60 combinations of argument values -- looking through 2 candidates of size 1 -- looking through 2 candidates of size 2 -- looking through 3 candidates of size 3 -- looking through 11 candidates of size 4 -- looking through 28 candidates of size 5 -- looking through 72 candidates of size 6 -- looking through 207 candidates of size 7 -- looking through 611 candidates of size 8 -- looking through 1779 candidates of size 9 -- looking through 5301 candidates of size 10 -- looking through 16107 candidates of size 11 -- looking through 49149 candidates of size 12 cannot conjure pow :: Int -> Int -> Int -- testing 5 combinations of argument values -- looking through 4 candidates of size 1 -- looking through 3 candidates of size 2 -- looking through 13 candidates of size 3 -- looking through 20 candidates of size 4 -- looking through 80 candidates of size 5 -- looking through 172 candidates of size 6 -- looking through 614 candidates of size 7 -- looking through 1623 candidates of size 8 cannot conjure pow :: Int -> Int -> Int -- testing 5 combinations of argument values -- looking through 4 candidates of size 1 -- looking through 2 candidates of size 2 -- looking through 15 candidates of size 3 -- looking through 26 candidates of size 4 -- looking through 111 candidates of size 5 -- looking through 307 candidates of size 6 -- looking through 1122 candidates of size 7 -- looking through 3675 candidates of size 8 cannot conjure duplicates :: [Int] -> [Int] -- testing 60 combinations of argument values -- looking through 2 candidates of size 1 -- looking through 2 candidates of size 2 -- looking through 2 candidates of size 3 -- looking through 6 candidates of size 4 -- looking through 10 candidates of size 5 -- looking through 14 candidates of size 6 -- looking through 30 candidates of size 7 -- looking through 70 candidates of size 8 -- looking through 154 candidates of size 9 -- looking through 366 candidates of size 10 -- looking through 914 candidates of size 11 -- looking through 2238 candidates of size 12 cannot conjure positionsFrom :: Int -> Int -> [Int] -> [Int] -- testing 60 combinations of argument values -- looking through 2 candidates of size 1 -- looking through 2 candidates of size 2 -- looking through 6 candidates of size 3 -- looking through 10 candidates of size 4 -- looking through 22 candidates of size 5 -- looking through 42 candidates of size 6 -- looking through 86 candidates of size 7 -- looking through 170 candidates of size 8 -- looking through 358 candidates of size 9 -- looking through 810 candidates of size 10 -- looking through 2070 candidates of size 11 -- looking through 5706 candidates of size 12 cannot conjure