You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The neg : 'a testable -> 'a testable combinator inverts the meaning of equality used for testing, but doesn't signal this to the printing logic in any way. This can produce some confusing output:
Alcotest.(check @@ neg int) ""11
File "tests/main.ml", line 25, character 21:
Expected: `1'
Received: `1'
The text was updated successfully, but these errors were encountered:
The
neg : 'a testable -> 'a testable
combinator inverts the meaning of equality used for testing, but doesn't signal this to the printing logic in any way. This can produce some confusing output:The text was updated successfully, but these errors were encountered: