ParsingHelpers
type Parser = Parsec Void Text Source #
makeEofParser :: Parser a -> Parser a Source #
parseFromFile :: Parser a -> FilePath -> FilePath -> IO a Source #