On Nov 15, 2007 6:25 PM, Galchin Vasili <[EMAIL PROTECTED]> wrote:
> Hello,
>
>      I have a Haskell script that contains several functions that are
> implemented in terms on "interact". When I do a "function application",
> Hugs/ghci is waiting for input from stdin. How do one denote EOF from stdin,
> so that the function evaluation can continue and do the IO () action , ie..
> write to stdout?

Usually CTRL-D or CTRL-Z.

Justin
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to