j
k
j a
j l
On Wed, 25 Jul 2001, Ken Shan wrote: (snip)
GHCi is what you want: $ ghci (snip) Prelude> let f x = x + x Prelude> f 3 6 (snip)
GHCi is what you want:
$ ghci (snip) Prelude> let f x = x + x Prelude> f 3 6 (snip)
Great! Thanks very much. (-: I'll go hunt for a Debian package of it... -- Mark
Back to the thread
Back to the list