Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 576 Bytes

File metadata and controls

10 lines (7 loc) · 576 Bytes

streaming-attoparsec

Tests

Data.Attoparsec.ByteString.Streaming replicates Renzo Carbonara's Pipes.Attoparsec module. It permits parsing an effectful bytestring with an attoparsec parser, and also the conversion of an effectful bytestring into stream of parsed values.

See the Haddock documentation for usage examples.