Call Arity, oneShot or both

Simon Peyton Jones simonpj at microsoft.com
Tue Oct 28 14:42:38 UTC 2014


| > Serialising the one-shot lambda info sounds like a good plan to me.
| 
| Ok, thanks for guidance. Is
| https://ghc.haskell.org/trac/ghc/wiki/OneShot#PreservationofsetOneShotLam
| bdaacrossmoduleboundaries
| a sensible design?

Generally yes, but I'd define a new data IfaceLamBndr, rather like IfaceLetBndr, rather than clutter up IfaceLam itself. 

Simon


More information about the ghc-devs mailing list