We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43ef11 commit f4e9f1dCopy full SHA for f4e9f1d
analysis/src/Hint.ml
@@ -88,9 +88,10 @@ let inlay ~path ~pos ~debug =
88
pvb_expr =
89
{
90
pexp_desc =
91
- ( Pexp_constant _ | Pexp_tuple _ | Pexp_record _ | Pexp_apply _
92
- | Pexp_match _ | Pexp_construct _ | Pexp_ifthenelse _ | Pexp_array _
93
- | Pexp_ident _ );
+ ( Pexp_constant _ | Pexp_tuple _ | Pexp_record _ | Pexp_variant _
+ | Pexp_apply _ | Pexp_match _ | Pexp_construct _ | Pexp_ifthenelse _
+ | Pexp_array _ | Pexp_ident _ | Pexp_try _ | Pexp_lazy _
94
+ | Pexp_send _ | Pexp_field _ );
95
};
96
} ->
97
hints := (vb.pvb_pat.ppat_loc, Type) :: !hints
0 commit comments