hlint

Safe HaskellNone

HSE.All

Synopsis

Documentation

parseFile :: ParseFlags -> FilePath -> IO (String, ParseResult Module_)

parseString :: ParseFlags -> FilePath -> String -> IO (String, ParseResult Module_)

Parse a Haskell module

parseResult :: IO (String, ParseResult Module_) -> IO Module_