Another strictness analysis wrinkle
David Feuer
david at well-typed.com
Wed Mar 15 10:57:20 UTC 2017
Actually, I just had a thought. What if we ran ST computations with a different state token type? Say, State# FakeWorld? Would that let them escape the hack?
David FeuerWell-Typed, LLP
-------- Original message --------From: David Feuer <david at well-typed.com> Date: 3/15/17 6:38 AM (GMT-05:00) To: GHC developers <ghc-devs at haskell.org> Subject: Another strictness analysis wrinkle
I don't see how we can take advantage of this, but IO and ST seem quite different from a strictness analysis perspective. The whole I/O hack is completely unnecessary for ST. Ugh.
David FeuerWell-Typed, LLP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20170315/c7b46275/attachment.html>
More information about the ghc-devs
mailing list