
7 Jan
2014
7 Jan
'14
9:05 a.m.
On Tue, Jan 07, 2014 at 01:58:37PM +0000, Angus Comber wrote:
I can run getLine' in WinGHCi with no problem. But how does WinGHCi know about getChar and IO?
getChar is defined in the Prelude [1] (and the Prelude gets imported by default in every program/module) [1] http://www.haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v:ge...