gll-0.4.1.1: GLL parser with simple combinator interface
Safe HaskellSafe-Inferred
LanguageHaskell2010

GLL.Parseable.Char

Description

Exports an instance for Parseable Token that assumes $ and # never appear in the input string.

Orphan instances

Parseable Char Source #

Assumes $ and # never appear in the input string.

Instance details