On Tue, Dec 19, 2000 at 03:15:16PM +0100, Sebastien Carlier wrote: > > class Collection e ce | ce -> e where > > empty :: ce > > insert :: e -> ce -> ce > > > > class (Eq e, Collection e ce) => Set e ce where Doesn't adding the fundep to Set's definition as well help? -- Marcin 'Qrczak' Kowalczyk _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell
- Excessive restriction in ghc ? Sebastien Carlier
- Re: Excessive restriction in ghc ? Zhanyong Wan
- Re: Excessive restriction in ghc ? Marcin Kowalczyk
- Re: Excessive restriction in ghc ? Zhanyong Wan
- RE: Excessive restriction in ghc ? Simon Peyton-Jones