Closed dmwit closed 11 years ago
I no longer believe that it is reasonable to expect universe :: [Int -> Int]
to do anything reasonable. Think about what you're asking it to do: choose outputs for each of 2^64 inputs! It's hopeless to even iterate over the domain, let alone do some computation at each iteration.
just what it says on the tin; it shouldn't do that