:info in ghci

Simon Marlow simonmar@microsoft.com
Tue, 3 Dec 2002 16:43:10 -0000


> Ah...but if the fixity is not explicitly specified (and thus=20
> defaults to
> infixl 9), this isn't printed, which is what was catching=20
> me...it seems it
> should be (or perhaps say "infixl 9 (default)")?

But every variable has a fixity, including normal identifiers... should
we report the default fixity for those too?

Cheers,
	Simon