On Mon, 10 Jan 2005 10:15:57 +0100, John Hughes <[EMAIL PROTECTED]> 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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to