Skip to content

zipWith too strict in second argument in GHC-7.10.0

correct:

$ ghci-7.8.4 -Wall
Prelude> zipWith (==) "" undefined
[]

incorrect:

$ ghci-7.10.0.20141227 -Wall
Prelude> zipWith (==) "" undefined
*** Exception: Prelude.undefined
Trac metadata
Trac field Value
Version 7.10.1-rc1
Type Bug
TypeOfFailure OtherFailure
Priority normal
Resolution Unresolved
Component Core Libraries
Test case
Differential revisions
BlockedBy
Related
Blocking
CC core-libraries-committee@haskell.org
Operating system
Architecture
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information