Algebra.Graph.IO.Internal.Megaparsec
type Parser = Parsec Void Text Source #
lexeme :: Parser a -> Parser a Source #
symbol :: Text -> Parser Text Source #
sc :: Parser () Source #
anyString :: Parser String Source #