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


Reply via email to