ghc-6.10.1: The GHC APIContentsIndex
DriverPhases
Documentation
data HscSource
Constructors
HsSrcFile
HsBootFile
ExtCoreFile
show/hide Instances
isHsBoot :: HscSource -> Bool
hscSourceString :: HscSource -> String
data Phase
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 -> Bool
eqPhase :: Phase -> Phase -> Bool
anyHsc :: Phase
isStopLn :: Phase -> Bool
startPhase :: String -> Phase
phaseInputExt :: Phase -> String
isHaskellSrcSuffix :: String -> Bool
isSourceSuffix :: String -> Bool
isHaskellSrcFilename :: FilePath -> Bool
Produced by Haddock version 2.3.0