
28 Jul
2012
28 Jul
'12
1:06 a.m.
ps: I should add I already know how to get from source to CoreExpr e.g. by:
mod_guts <- coreModule `fmap` (desugarModuleWithLoc =<<
typecheckModule =<< parseModule modSummary)
Its the simplification, in particular, inlining steps that I'm after.
Thanks! Ranjit.
On Fri, Jul 27, 2012 at 10:04 PM, Ranjit Jhala
Hi all,
can anyone point me to the GHC API functions that I can use to trigger the various inlining simplifications? (i.e. to get the inlined CoreExprs that one gets with the -ddump-simpl flag?)
Many thanks in advance!,
Ranjit Jhala.