uhc-light-1.1.9.2: Part of UHC packaged as cabal/hackage installable library

Safe HaskellNone
LanguageHaskell98

UHC.Light.Compiler.EHC.Main.Compile

Synopsis

Documentation

compileN_Alternate :: EHCCompileRunner m => [FPath] -> [HsName] -> EHCompilePhaseT m () Source

Alternate compiler driver using (20150806 under construction) new build system

compileN :: EHCCompileRunner m => EHCOpts -> FileSuffMp -> FileLocPath -> [FPath] -> [HsName] -> EHCompilePhaseT m () Source

import1 :: EHCCompileRunner m => EHCOpts -> FileSuffMp -> FileLocPath -> EHCompileUnitState -> Maybe FPath -> Maybe PrevSearchInfo -> HsName -> EHCompilePhaseT m (HsName, Maybe PrevSearchInfo) Source