Jeffrey R. Lewis" <[EMAIL PROTECTED]> writes: > > foo :<= C a => a -> b roughly equiv to foo :: C _a => _a -> _b > > I can easily imagine that you might want some variables to be a bound, and > others to be exact, as in > > foo :: C a => a -> _b > > I don't think the above can be expressed with Claus' proposal. > You could, by being more explicit than usual: > foo :<= forall b => C a => a -> b Wolfram
- RE: Partial Type Declarations Simon Peyton-Jones
- Re: Partial Type Declarations Alex Ferguson
- Partial Type Declarations Koen Claessen
- RE: Partial Type Declarations Frank A. Christoph
- Re: Partial Type Declarations Claus Reinke
- Re: Partial Type Declarations Jeffrey R. Lewis
- Re: Partial Type Declarations Wolfram Kahl
- Re: Partial Type Declarations Wolfram Kahl
- Re: Partial Type Declarat... Wolfram Kahl
- Re: Partial Type Declarations Jeffrey R. Lewis
- Re: Partial Type Declarat... Wolfram Kahl
- Re: Partial Type Declarations Patrik Jansson
- Re: Partial Type Declarations Bart Demoen
- Re: Partial Type Declarations Fergus Henderson
- Re: Partial Type Declarations Alex Ferguson