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 <[email protected]> wrote:

> 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.
>
>
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to