Re: cvs commit: fptools/ghc/compiler/hsSyn HsUtils.lhs fptools/ghc/compiler/typecheck TcRnDriver.lhs TcRnMonad.lhs TcUnify.lhs

22 May
2005
22 May
'05
9:17 a.m.
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
7304
Age (days ago)
7304
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jim Apple