Portability | portable |
---|---|
Stability | provisional |
Maintainer | John Goerzen <jgoerzen@complete.org> |
Safe Haskell | None |
Copyright (c) 2006-2009 John Goerzen, jgoerzen@complete.org
- data Channel
- chanAsString :: Channel -> IO String
- chanAsBSL :: Channel -> IO ByteString
- chanAsBS :: Channel -> IO ByteString
- chanToHandle :: Bool -> Channel -> Handle -> IO ()
- class Channelizable a where
Documentation
The main type for communicating between commands. All are expected to be lazy.
chanAsString :: Channel -> IO StringSource
chanAsBSL :: Channel -> IO ByteStringSource
chanAsBS :: Channel -> IO ByteStringSource