ghc-6.10.2: 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
isHaskellishSuffix :: String -> Bool
isHaskellSrcSuffix :: String -> Bool
isObjectSuffix :: String -> Bool
isCishSuffix :: String -> Bool
isExtCoreSuffix :: String -> Bool
isDynLibSuffix :: String -> Bool
isHaskellUserSrcSuffix :: String -> Bool
isSourceSuffix :: String -> Bool
isHaskellishFilename :: FilePath -> Bool
isHaskellSrcFilename :: FilePath -> Bool
isObjectFilename :: FilePath -> Bool
isCishFilename :: FilePath -> Bool
isExtCoreFilename :: FilePath -> Bool
isDynLibFilename :: FilePath -> Bool
isHaskellUserSrcFilename :: FilePath -> Bool
isSourceFilename :: FilePath -> Bool
Produced by Haddock version 2.4.2