attoparsec-0.14.4: Fast combinator parsing for bytestrings and text
Copyright Bryan O'Sullivan 2007-2015
License BSD3
Maintainer bos@serpentine.com
Stability experimental
Portability unknown
Safe Haskell Safe-Inferred
Language Haskell2010

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