We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Trying Core right now. This test fails.
let num1 = BigInt.fromString("12345") let num2 = BigInt.fromString("9843") T.expect(num1 == num2)->T.Expect.toEqual(false) T.expect(num1 == num1)->T.Expect.toEqual(true)
Caml_obj.equal gives the wrong result. If I replace it with == or != it works.
Caml_obj.equal
==
!=