Simple compiler question

Mark Carroll mark@chaos.x-philes.com
Wed, 25 Jul 2001 14:51:12 -0400 (EDT)


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)

Great! Thanks very much. (-: I'll go hunt for a Debian package of it...

-- Mark