[Haskell-cafe] Lists of Existential DT

Daniel Peebles pumpkingod at gmail.com
Sun Feb 28 13:52:31 EST 2010


You can actually write that type with impredicative polymorphism, but it
doesn't do what you seem to want: it makes a list of polymorphic values
(i.e., universally quantified ones, not existentially).

But that's going away soon, anyway...

On Sun, Feb 28, 2010 at 1:49 PM, Yves Parès <limestrael at gmail.com> wrote:

>
>
> jkff wrote:
> >
> > Or like this, with the benefit of using lists.
> > data DrawableObj a = forall a.Drawable a => DrawableObj a
> > a <,> b = DrawableObj a : b
> > drawMany (a<,>b<,>c<,>[])
> >
>
> I like this solution, but it's a pity I think that Haskell doesn't provide
> a
> way to use types like [forall a. (Drawable a) => a], which obligates you to
> declare an extra datatype...
>
> -----
> Yves Parès
>
> Live long and prosper
> --
> View this message in context:
> http://old.nabble.com/Lists-of-Existential-DT-tp27735354p27737144.html
> Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100228/8fe30013/attachment.html


More information about the Haskell-Cafe mailing list