Simon Peyton Jones wrote:

  - For command-line 'let' and 'x<-e' forms, if exactly one variable
    is bound, we print its value if it is Showable and not ()
        prompt> let x = 4
        4
        prompt> x <- return 5
        5

prompt> let ones = [1:x]

What am I to do if I want ones set, but not printed?

Jim

_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to