
#9434: GHC.List.reverse does not fuse -------------------------------------+------------------------------------- Reporter: dfeuer | Owner: Type: bug | Status: patch Priority: normal | Milestone: Component: | Version: 7.9 libraries/base | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Easy (less than 1 Unknown/Multiple | hour) Type of failure: Runtime | Blocked By: performance bug | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Comment (by nomeata): AT least for `filter p . reverse`, couldn’t you rewrite it to `reverse . filter p` if that is for whatever reason better? Seems to be a nice small optimization (though, like many of them, probably of little practical relevance.) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9434#comment:8 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler