Why is an int in OCaml only 31 bits?

Viewed 31762

Haven't seen this "feature" anywhere else. I know that the 32nd bit is used for garbage collection. But why is it that way only for ints and not for the other basic types?

5 Answers
Related