> Can the default in ghci be no buffering? If I am working with ghci or
> hugs I normally want to see results as they are produced. 

Sure.  I'll make this change unless anyone objects.

> Also, is there
> a way to use the IO functions without making a module just to 
> import IO?

You can refer to names exported from *any* package module by just using
the qualified name (eg. IO.hSetBuffering IO.stdout IO.NoBuffering).

Cheers,
        Simon

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to