Skip to content

Commit 7d45843

Browse files
committed
Comment out line
1 parent 9d46949 commit 7d45843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ocaml/typing/typeopt.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ let array_kind_of_elt ~elt_sort env loc ty =
201201
Jkind.Sort.default_for_transl_and_get
202202
(type_sort ~why:Array_element env loc ty)
203203
in
204-
204+
(* let elt_ty_for_error = ty in (* report the un-scraped ty in errors *) *)
205205
let classify_product ty _sorts =
206206
if Ctype.is_always_gc_ignorable env ty then
207207
Pgcignorableproductarray ()

0 commit comments

Comments
 (0)