Jose Romildo Malaquias <[EMAIL PROTECTED]> writes:
>
> How can a single character be read from standard input
> without echoing it to the console in Haskell 98?
>
There isn't a standard way of doing that (at least not anymore,
earlier versions of Haskell did have support for this kind of stuff).
Hugs offers getCh (and turns off echoing for 'interact'), ghc has
IOExts.h{Get,Set}Echo. Other Haskell systems have probably similar
facilities.
--sigbjorn
RE: Reading a character without echoing it
Sigbjorn Finne (Intl Vendor) Mon, 21 Jun 1999 12:39:45 -0700
- Reading a character without echoing it Jose Romildo Malaquias
- Re: Reading a character without echoing ... Choi Kwang Hoon
- Re: Reading a character without echoing ... Sigbjorn Finne (Intl Vendor)
- Re: Reading a character without echoing ... Hans Aberg
