Skip to content
Snippets Groups Projects
Commit 6d415633 authored by Simon Marlow's avatar Simon Marlow Committed by Ian Lynagh
Browse files

Export CoreModule(..) (#5698)

parent 2d86a245
No related merge requests found
......@@ -55,13 +55,16 @@ module GHC (
TypecheckedMod, ParsedMod,
moduleInfo, renamedSource, typecheckedSource,
parsedSource, coreModule,
-- ** Compiling to Core
CoreModule(..),
compileToCoreModule, compileToCoreSimplified,
compileCoreToObj,
getModSummary,
-- * Inspecting the module structure of the program
ModuleGraph, ModSummary(..), ms_mod_name, ModLocation(..),
getModuleGraph,
getModSummary,
getModuleGraph,
isLoaded,
topSortModuleGraph,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment