Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
parseProducer :: Handle -> Producer Code (SafeT IO) (Either (ParsingError, Producer ByteString (SafeT IO) ()) ()) Source #
parseProducer' :: MonadIO m => Int -> Handle -> Producer Code m (Either (ParsingError, Producer ByteString m ()) ()) Source #
prettySinkWith :: (a -> ByteString) -> Pipe a ByteString (SafeT IO) () Source #
prettySink :: Pipe Code ByteString (SafeT IO) () Source #
compactSink :: Pipe Code ByteString (SafeT IO) () Source #
addNewLine :: ByteString -> ByteString Source #
wrapPrinter :: (a -> String) -> a -> ByteString Source #