
#14231: Core lint error "in result of Static argument" -------------------------------------+------------------------------------- Reporter: mpickering | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.2.1 Resolution: | Keywords: | StaticArgumentTransformation Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by monoidal): Simplification of the bug report: {{{ module Async where bindWith :: (a -> a) -> a -> a bindWith k f = k (bindWith k f) }}} and as previously `ghc -O2 -fno-worker-wrapper -fstatic-argument- transformation -dcore-lint`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14231#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler