Portability | portable |
---|---|
Stability | alpha |
Maintainer | divip@aszt.inf.elte.hu |
System.UTF8IO defines the same entities as System.IO but with UTF8 text I/O operations.
System.UTF8IO re-exports System.IO.UTF8 (utf8-string package) and System.IO but hides the duplicate definitions (in favor of System.IO.UTF8).
Documentation
module System.IO
module System.IO.UTF8
Functions not defined in System.IO.UTF8
hLookAhead :: Handle -> IO CharSource
Computation hLookAhead
hdl
returns the next character from the handle
without removing it from the input buffer, blocking until a character is available.
Note: hLookAhead
is not implemented; it halts with a run-time error.