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 87d4877 commit 9cb4d25Copy full SHA for 9cb4d25
src/analysis/typed_hole.ml
@@ -14,4 +14,3 @@ let is_a_hole = function
14
| (_, Browse_raw.Module_expr { mod_desc = Tmod_typed_hole; _ }) :: (_, _) :: _
15
| (_, Browse_raw.Expression { exp_desc = Texp_typed_hole; _ }) :: _ -> true
16
| [] | (_, _) :: _ -> false
17
-;;
0 commit comments