
#16092: Bug when trying to combine two lists -------------------------------------+------------------------------------- Reporter: sutbult | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 8.2.1 Resolution: duplicate | Keywords: Operating System: MacOS X | Architecture: x86_64 Type of failure: Building GHC | (amd64) failed | Test Case: Blocked By: | Blocking: Related Tickets: #13819 | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * status: new => closed * resolution: => duplicate * related: => #13819 Comment: Thanks for the bug report. This is a duplicate of #13819, which has been fixed in GHC 8.4 and later. Note that the type signature that you probably meant to write was `(a -> b -> c) -> [a] -> [b] -> [c]`, not `(a -> b -> c) [a] -> [b] -> [c]`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16092#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler