Haskell には次のような関数があります:
max_of_type :: (Num a) => a
そう:
max_of_type :: Int == 2 ^ 31 - 1 // for example, implementation dependent
Haskell には次のような関数があります:
max_of_type :: (Num a) => a
そう:
max_of_type :: Int == 2 ^ 31 - 1 // for example, implementation dependent