Wolfgang Jeltsch wrote:
> This does mean that you want to treat classes without methods special, 
> doesn't 
> it?

Not quite, I'm actually not sure if I want this, I just noted that it
was possible. :)  As David Menendez pointed out, empty classes probably
aren't that useless.

Anyway, not treating empty classes specially and just making the
universal instance explicit may be enough.  Foo is declared an alias for
Bar by writing:

class Foo a => Bar a
instance Foo a => Bar a

The latter is not Haskell98, but a harmless extension.  Doing it this
way "feels better" than introducing new syntax and semantics, at least
to me.


Udo.
-- 
"Don't you know that alcohol for a young man is nothing but slow poison?"
"Slow poison, eh? Well, I'm not in any hurry."
        -- gefunden auf http://c2.com/cgi-bin/wiki?SlowPoison

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to