[GHC] #14998: Sort out the strictness mess for exceptions
GHC
ghc-devs at haskell.org
Tue Apr 10 12:01:20 UTC 2018
#14998: Sort out the strictness mess for exceptions
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.4.3
Component: Compiler | Version: 8.2.2
Resolution: | Keywords: Exceptions
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 sgraf):
Re: Making `want*Handle` strict in their `act`ions in comment:19.
This regresses all over the place and I don't really know why. Maybe
because `case f x of g -> case g y of res -> res` is operationally
different than `case f x y of res -> res`? Maybe it's because one-shot
information worsened?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14998#comment:22>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list