On Fri, Apr 27, 2007 at 03:22:26PM +0100, Frederik Eaton wrote:
> I like the new printing behaviour for (a1), but not for (b1). How do I
> bind a variable to the result of an IO action without printing that
> variable?

It seems that the value is not printed when there are more than one
pattern variables. You can use this to avoid printing:

    > quiet @ x <- return 5
    >

I don't know it that's intented. Anyway, I would rather have the old
behaviour by default, with the new one switched on by some :set option.

Pozdrawiam
Tomek
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to