gll-0.4.0.13: GLL parser with simple combinator interface
GLL.Parseable.Char
Contents
Description
Exports an instance for Parseable Token that assumes $ and # never appear in the input string.
Parseable
Token
$
#
Assumes $ and # never appear in the input string.
Methods
eos :: Char Source #
eps :: Char Source #
matches :: Char -> Char -> Bool Source #
unlex :: Char -> String Source #