We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6e4b7 commit 1927feeCopy full SHA for 1927fee
src/ocaml/typing/typecore.ml
@@ -5865,7 +5865,7 @@ let create_merlin_type_error_node loc env ty_expected ~attributes =
5865
Location.mkloc (Longident.Lident "*type-error*") loc,
5866
{ Types.
5867
val_type = ty_expected;
5868
- val_kind = Val_reg (Jkind.Sort.new_var ~level:(Ctype.get_current_level ()));
+ val_kind = Val_reg;
5869
val_loc = loc;
5870
val_attributes = [];
5871
val_uid = Uid.internal_not_actually_unique;
0 commit comments