22 Jul
2010
22 Jul
'10
10:52 p.m.
On Thu, Jul 22, 2010 at 3:43 PM, Daniel Fischer <daniel.is.fischer@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