-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Fasta and Fastq streaming -- @package FastxPipe @version 0.2.0.0 module FastxPipe 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 ()