ocaml-stdint icon indicating copy to clipboard operation
ocaml-stdint copied to clipboard

Equality bug of a parsed integer with another one

Open Hirrolot opened this issue 1 year ago • 0 comments

The following assertion fails:

open Stdint
assert (Int8.of_string "127" = Int8.max_int);

Of course, I expect it not to fail.

Hirrolot avatar May 04 '23 17:05 Hirrolot