colin: > Is there a function that yields the minimum value of Int on an implementation? Prelude> minBound :: Int -9223372036854775808 Prelude> maxBound :: Int 9223372036854775807