-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Streaming parsers for Fasta and Fastq
--   
--   Streaming parsers for Fasta and Fastq
@package pipes-fastx
@version 0.3.0.0

module Pipes.Fastx
takeTill' :: Char -> Parser ByteString ByteString
skipTill :: Char -> Parser ByteString ()
parseFasta :: Parser (ByteString, ByteString)
hFastaProd :: Handle -> Producer (ByteString, ByteString) IO ()
hFastqProd :: Handle -> Producer (ByteString, ByteString, ByteString) IO ()
