[Haskell-cafe] Re: type versus data declarations

Alfonso Acosta alfonso.acosta at gmail.com
Fri Jun 8 16:01:14 EDT 2007


On 6/8/07, Alfonso Acosta <alfonso.acosta at gmail.com> wrote:

> Yep, you're right. a is alredy universally quantified in the RHS. This
> is probably what you're looking for:
>
> type FSet a = forall a. Show a => FSet (a -> Double)

I meant

type FSet a = forall a. Show a => (a -> Double)


More information about the Haskell-Cafe mailing list