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
File "test.ml", line 1, characters 4-10:
1 | let (x, y) : (int * int) = assert false
^^^^^^
Error: This pattern matches values of type 'a * 'b
but a pattern was expected which matches values of type int * int
Consider:
On OCaml 5.1.0~alpha1 it results in the following error:
While on 5.0:
(any ppx that uses ppxlib demonstrates this issue, ppx_here is just a small example)
The text was updated successfully, but these errors were encountered: