attoparsec-0.14.4: Fast combinator parsing for bytestrings and text
CopyrightBryan O'Sullivan 2007-2015
LicenseBSD3
Maintainerbos@serpentine.com
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Attoparsec.Char8

Description

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

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

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

Documentation