attoparsec-0.13.2.2: Fast combinator parsing for bytestrings and text

CopyrightBryan O'Sullivan 2007-2015
LicenseBSD3
Maintainerbos@serpentine.com
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe
LanguageHaskell98

Data.Attoparsec

Description

Deprecated: This module will be removed in the next major release.

Simple, efficient combinator parsing for ByteString strings, loosely based on the Parsec library.

This module is deprecated. Use Data.Attoparsec.ByteString instead.

Documentation