ghc-6.12.3: The GHC APISource codeContentsIndex
DriverPhases
Documentation
data HscSource Source
Constructors
HsSrcFile
HsBootFile
ExtCoreFile
show/hide Instances
isHsBoot :: HscSource -> BoolSource
hscSourceString :: HscSource -> StringSource
data Phase Source
Constructors
Unlit HscSource
Cpp HscSource
HsPp HscSource
Hsc HscSource
Ccpp
Cc
HCc
Mangle
SplitMangle
SplitAs
As
CmmCpp
Cmm
StopLn
show/hide Instances
happensBefore :: Phase -> Phase -> BoolSource
eqPhase :: Phase -> Phase -> BoolSource
anyHsc :: PhaseSource
isStopLn :: Phase -> BoolSource
startPhase :: String -> PhaseSource
phaseInputExt :: Phase -> StringSource
isHaskellishSuffix :: String -> BoolSource
isHaskellSrcSuffix :: String -> BoolSource
isObjectSuffix :: String -> BoolSource
isCishSuffix :: String -> BoolSource
isExtCoreSuffix :: String -> BoolSource
isDynLibSuffix :: String -> BoolSource
isHaskellUserSrcSuffix :: String -> BoolSource
isSourceSuffix :: String -> BoolSource
isHaskellishFilename :: FilePath -> BoolSource
isHaskellSrcFilename :: FilePath -> BoolSource
isObjectFilename :: FilePath -> BoolSource
isCishFilename :: FilePath -> BoolSource
isExtCoreFilename :: FilePath -> BoolSource
isDynLibFilename :: FilePath -> BoolSource
isHaskellUserSrcFilename :: FilePath -> BoolSource
isSourceFilename :: FilePath -> BoolSource
Produced by Haddock version 2.6.1