Re: GHCi -- thanks ghc team !

2001-10-29 Thread Eray Ozkural (exa)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 27 October 2001 16:36, Ronald Legere wrote: OK, I admit it. I didnt play with GHCi at all when it was first available ... because I was on windows... but I have started to play with it a bit with the latest installer... and let me

Re: GHCi -- thanks ghc team !

2001-10-29 Thread Jon Fairbairn
Eray Ozkural wrote: I have difficulty using GHCi because I can't define functions interactively. Would it be possible to introduce a mode to do that? You can do this: Loading package std ... linking ... done. Prelude let f x = 1+x Prelude f 2 3 Prelude let {g 1 = 1; g n = n-1} Prelude g 1