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 9d46949 commit 7d45843Copy full SHA for 7d45843
src/ocaml/typing/typeopt.ml
@@ -201,7 +201,7 @@ let array_kind_of_elt ~elt_sort env loc ty =
201
Jkind.Sort.default_for_transl_and_get
202
(type_sort ~why:Array_element env loc ty)
203
in
204
-
+ (* let elt_ty_for_error = ty in (* report the un-scraped ty in errors *) *)
205
let classify_product ty _sorts =
206
if Ctype.is_always_gc_ignorable env ty then
207
Pgcignorableproductarray ()
0 commit comments