> > Is it possible to set up classes that express the following (using
> > ghc extensions)?
>
> I hoped that the following would work (with -fglasgow-exts
> -fallow-overlapping-instances -fallow-undecidable-instances)
> but it does not choose the instance of SubsetOfPoint I want.
I'm not quite s
29 Jul 1999 16:58:53 GMT, Marcin 'Qrczak' Kowalczyk <[EMAIL PROTECTED]> pisze:
> Is it possible to set up classes that express the following (using
> ghc extensions)?
[...]
I hoped that the following would work (with -fglasgow-exts
-fallow-overlapping-instances -fallow-undecidable-instances)
but