Open 2BitSalute opened 2 months ago
Thanks for your report.
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
.