andrenth / ocaml-stdint

Various signed and unsigned integers for OCaml
Other
84 stars 15 forks source link

How to compare two integers for equality? #71

Open Hirrolot opened 1 year ago

Hirrolot commented 1 year ago

There is no equal method for integers in this library. There is only compare. Is polymorphic equality (=) supposed to be used?