Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `zip/take` hint can decrease laziness too: `zip (take 0 []) (take undefined [])` is `[]`, but `take (min 0 undefined) (zip [] [])` bottoms.
- Loading branch information