On 10/6/06, Björn Bringert <bringert@cs.chalmers.se> wrote:
John Hughes wrote:
> deriving (Eq Foo, Ord Foo)
>
> instead of
>
> deriving (Eq, Ord) for Foo
>
> I find the former syntax clearer and more readable, actually.
>
> John
I'll implement this syntax instead and then write up a Haskell' proposal.