25 Jul
2014
25 Jul
'14
11:49 a.m.
Thanks a lot Simon. Re top-level bindings: I agree. There's no good time to force CAFs so they'll need to be forced on first use. Re newtypes: I agree. Pattern matching on newtypes should be strict. Implementation: Where do I get started? I think we looked at some code together during the call, but I forgot what it was? Any good identifiers to grep for? On Fri, Jul 25, 2014 at 11:03 AM, Simon Peyton Jones <simonpj@microsoft.com> wrote:
OK I have made extensive edits to https://ghc.haskell.org/trac/ghc/wiki/StrictPragma
You might want to check it through.
Simon