Simon Peyton-Jones schrieb:
> | instance Show [Equation]
> |   where
> |   showsPrec _ eqs =  <certain program which prints a list of equation
> |                       in a `nicer' way than by the default list

[...]

> Perhaps.  That's what I'd like feedback about.  What do others think?

Overlapping Show instances are desirable for debugging purposes or quick
and dirty code (not for "nicer" ways).

Cheers Christian
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to