[Haskell-cafe] Is there a GHC flag that will allow mutable top level state while you are debugging and then ...

KC kc1956 at gmail.com
Wed Jul 4 18:06:32 CEST 2012


you can turn the flag off when you are ready to do the computational heavy
lifting so that you don't have to modify your code base?

That is, GHC can then apply its algebraic transformation optimizations to
the "code algebra" of the pure functions.

-- 
--
Regards,
KC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120704/9a9e2e8e/attachment.htm>


More information about the Haskell-Cafe mailing list