ah that is exactly what I wanted .. thanks Daniel.
On Wednesday 10 August 2011, 20:42:05, Sunil S Nandihalli wrote:Use fromInteger or fromIntegral
> hmm.. I do agree that taking elements larger than say 2-billion is
> insane .. however, I have no intention of doing that. But the thing is
> the value I am getting is of type Integer but it actually very small
> and I am unable to pass it as is. So is there a way to convert a value
> of type Integer to Int ? This might be obvious.. But I am a newbie to
> the whole Haskell thing ...
>
> Thanks,
> Sunil.