gll-0.4.0.13: GLL parser with simple combinator interface

Safe HaskellSafe
LanguageHaskell2010

GLL.Parseable.Char

Contents

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