j
k
j a
j l
On 9/17/07, Henning Thielemann wrote:
On Sat, 15 Sep 2007, Sam Hughes wrote: ...Prelude> (x,y) <- return $ (repeat 1, repeat 2)
On Sat, 15 Sep 2007, Sam Hughes wrote:
Prelude> (x,y) <- return $ (repeat 1, repeat 2)
You didn't tell, which Monad this shall be.
GHCi always runs in the IO monad. -- ryan
Back to the thread
Back to the list