j
k
j a
j l
colin:
Is there a function that yields the minimum value of Int on an implementation?
Prelude> minBound :: Int -9223372036854775808 Prelude> maxBound :: Int 9223372036854775807
Back to the thread
Back to the list