#3192: Add dynCompileCoreExpr :: GhcMonad m => Bool -> Expr CoreBind -> m 
Dynamic
to ghc-api
-----------------------------+----------------------------------------------
Reporter:  guest             |          Owner:                  
    Type:  feature request   |         Status:  new             
Priority:  normal            |      Component:  GHC API         
 Version:  6.10.2            |       Severity:  normal          
Keywords:                    |       Testcase:                  
      Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-----------------------------+----------------------------------------------
 The above function would behave much like dynCompileExpr, but skipping the
 front end.  This is extremely useful for tools that are able to produce
 core code easily themselves from internal data structures.  The Bool would
 indicate (as with compileCoreModule) whether to invoke the simplifier.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3192>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to