On Thu, Jul 22, 2010 at 3:43 PM, Daniel Fischer
<daniel.is.fisc...@web.de> wrote:

> {-# LANGUAGE ScopedTypeVariables #-}
>
> bdRangeSize :: forall i. (Ix i, Bounded i) => i -> Int

Ah nice, I tried a forall in that position, but I didn't know about
ScopedTypeVariables. Thanks!

Chad
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to