gigaparsec-0.2.4.1: Refreshed parsec-style library for compatiblity 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 #