We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0eb46f commit d8c0e67Copy full SHA for d8c0e67
1 file changed
interpreter/valid/valid.ml
@@ -449,7 +449,7 @@ let check_resume_table (c : context) ts2 (xys : (idx * hdl) list) at =
449
match_stack c (ts3 @ [RefT (nul', ht)]) ts' x2.at
450
| _ ->
451
error at
452
- ("type mismatch: instruction requires continuation reference type" ^
+ ("type mismatch: instruction requires concrete continuation reference type" ^
453
" but label has " ^ string_of_result_type ts'))
454
| OnSwitch ->
455
let FuncT (ts3, ts4) = func_type_of_tag_type c (tag c x1) x1.at in
0 commit comments