On 9/5/06, Bruno Martínez <[EMAIL PROTECTED]> wrote:
C++ avoids this problem 'tieing' cin and cout.  Why can't haskell do the
same?

I was thinking the same thing. I'm imagining a situation where processes are communicating to each other using pipes, but cannot think of a concrete case. Do you know if C++ has any way to disable tying std::cin and std::cout?

David
_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to