How do I define an int64 in OCaml? -


let = 32 give me int32.

what if want define int64?

let = 32l  

(postfix l int64 literals introduced in objective caml 3.07)

and use module int64: http://caml.inria.fr/pub/docs/manual-ocaml/libref/int64.html should use google well...


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -