We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abc483 commit bd059a3Copy full SHA for bd059a3
src/boot/me/resolve.ml
@@ -906,7 +906,7 @@ let pattern_resolving_visitor
906
* are only looking at the fact that it's a tag-like type at all, and
907
* asking for its arity, it doesn't matter that the possibly parametric
908
* tag type has its parameters unbound here. *)
909
- let tag_ty =
+ let tag_ty =
910
fn_output_ty (Hashtbl.find cx.ctxt_all_item_types tag_ctor_id)
911
in
912
begin
0 commit comments