syntax-attoparsec-1.0.0.0: Syntax instances for Attoparsec.

Copyright(c) Paweł Nowak
LicenseMIT
MaintainerPaweł Nowak <pawel834@gmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Data.Syntax.Attoparsec.ByteString

Description

Provides a Syntax instance for Attoparsec.ByteString.Parser.

Synopsis

Documentation

getParser :: WrappedParser a b -> a -> Parser b Source

Extracts the parser.

getParser_ :: WrappedParser () b -> Parser b Source

Extracts the parser.