j
k
j a
j l
On Thu, Jul 22, 2010 at 3:43 PM, Daniel Fischer wrote:
{-# LANGUAGE ScopedTypeVariables #-} bdRangeSize :: forall i. (Ix i, Bounded i) => i -> Int
{-# 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
Back to the thread
Back to the list