ghc-7.0.3: The GHC API
ParserCoreUtils
data ParseResult a Source
Constructors
type P a = String -> Int -> ParseResult aSource
thenP :: P a -> (a -> P b) -> P bSource
returnP :: a -> P aSource
failP :: String -> P aSource
getCoreModuleName :: FilePath -> IO StringSource
data Token Source