| ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Documentation | ||||||||||||||||||||||||||||||
data HscSource | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
isHsBoot :: HscSource -> Bool | ||||||||||||||||||||||||||||||
hscSourceString :: HscSource -> String | ||||||||||||||||||||||||||||||
data Phase | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
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.6.0 |