On Sun, Jan 8, 2012 at 8:32 AM, Bas van Dijk <[email protected]> wrote:
> On 23 December 2011 17:44, Simon Peyton-Jones <[email protected]> > wrote: > > My attempt at forming a new understanding was driven by your example. > > > > class Functor f where > > type C f :: * -> Constraint > > type C f = () > > > > sorry -- that was simply type incorrect. () does not have kind * -> > > Constraint > > So am I correct that the `class Empty a; instance Empty a` trick is > currently the only way to get default associated empty constraints? > Yes.
_______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
