gigaparsec-0.3.0.0: Refreshed parsec-style library for compatibility with Scala parsley
Safe HaskellSafe
LanguageHaskell2010

Text.Gigaparsec.Errors.ErrorGen

Documentation

data ErrorGen a Source #

Constructors

SpecializedGen 

Fields

VanillaGen 

Fields

asErr :: ErrorGen a -> a -> Word -> Parsec b Source #