Algebra.Graph.IO.Internal.Megaparsec
Contents
type Parser = Parsec Void Text Source #
type ParseE = ParseErrorBundle Text Void Source #
lexeme Source #
Arguments
disregard any whitespace around this parser
symbol :: Text -> Parser Text Source #
Match a string
anyString :: Parser String Source #
alphaNum :: Parser String Source #