We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29ad69 commit 5718569Copy full SHA for 5718569
jscomp/runtime/caml_int64.ml
@@ -43,7 +43,7 @@ let ( & ) = Caml_nativeint_extern.logand
43
let ( << ) = Caml_nativeint_extern.shift_left
44
let lognot x = Caml_nativeint_extern.logxor x (-1n)
45
46
-type t = { hi : nativeint; lo : nativeint ; }
+type t = { hi : nativeint ; [@bs.as "0"] lo : nativeint ; [@bs.as "1" ] }
47
48
external unsafe_to_int64 : t -> int64 = "%identity"
49
external unsafe_of_int64 : int64 -> t = "%identity"
0 commit comments