gll-0.4.0.12: GLL parser with simple combinator interface

Safe HaskellSafe
LanguageHaskell2010

GLL.Parseable.Char

Contents

Description

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

Orphan instances

Parseable Char Source #

Assumes $ and # never appear in the inpur string.

Instance details