Is there a function in Haskell like say:
max_of_type :: (Num a) => a
So:
max_of_type :: Int == 2 ^ 31 - 1 // for example, implementation dependent
Is there a function in Haskell like say:
max_of_type :: (Num a) => a
So:
max_of_type :: Int == 2 ^ 31 - 1 // for example, implementation dependent