[Haskell-cafe] Re: Some random newbie questions

Sebastian Sylvan sebastian.sylvan at gmail.com
Mon Jan 10 05:24:39 EST 2005


On Mon, 10 Jan 2005 10:15:57 +0100, John Hughes <rjmh at cs.chalmers.se> wrote:

> <snip>
> How about changing the behaviour of :i, Simon, so I can use GHCi
> throughout next year?

Agreed. GHCi also produces what can be perceived as "odd" output when
typing, for instance, :i +
-- + is a method in class Num
infixl 6 +
(+) :: forall a. (Num a) => a -> a -> a

What I'm referring to is of course the "forall a." which confuses newcomers.

Personally, I'd also like a graphical interface with similar features
as winhugs (mainly the "recently opened files list" and a graphical
way to alter settings), but maybe that's just me...

/S
-- 
Sebastian Sylvan
+46(0)736-818655
UIN: 44640862


More information about the Haskell-Cafe mailing list