Copyright | (c) 2009 2010 Bryan O'Sullivan (c) 2009 Simon Marlow |
---|---|
License | BSD-style |
Maintainer | bos@serpentine.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Warning: this is an internal module, and does not have a stable API or name. Functions in this module may not check or enforce preconditions expected by public modules. Use at your own risk!
Low-level support for text I/O.
Synopsis
- hGetLineWith :: ([Text] -> t) -> Handle -> IO t
- readChunk :: Handle__ -> CharBuffer -> IO Text