let i = 32
will give me a int32
.
What if I want to define a int64
?
let i = 32L
(Postfix L for int64 literals introduced in Objective Caml 3.07)
and use module Int64: http://caml.inria.fr/pub/docs/manual-ocaml/libref/Int64.html You should really use google as well...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With