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
I think this is a Merlin issue. What happens is probably that Merlin's recovery fills the Typedtree with a hole, but since it is not a hole introduced by the user we should not issue that kind of "actionable" message relating to it.
Repro:
Type this fragment:
The
(type a)
is highlighted as an error, with theocamllsp(hole)
error message:This typed hole should be replaced with an expression of type 'a
.The text was updated successfully, but these errors were encountered: