syntax-attoparsec-0.1.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

newtype Parser a Source

A wrapped Parser.

Constructors

Parser 

Fields

getParser :: Parser a

Extracts the parser.

Instances

SemiIsoFunctor Parser 
SemiIsoApply Parser 
SemiIsoAlternative Parser 
Syntax Parser ByteString