Skip to content

Commit 02dd617

Browse files
authored
Merge pull request #1909 from lyrm/init-merlin-domains
Upstream lyrm in merlin-domains branch
2 parents 4380ed6 + 3710e95 commit 02dd617

File tree

21 files changed

+822
-302
lines changed

21 files changed

+822
-302
lines changed

.ocamlformat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version=0.27.0
22
disable=false
3+
ocaml-version = 5.3
34

45
break-cases=fit-or-vertical
56
doc-comments=before

src/analysis/typed_hole.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ let is_a_hole = function
1414
| (_, Browse_raw.Module_expr { mod_desc = Tmod_typed_hole; _ }) :: (_, _) :: _
1515
| (_, Browse_raw.Expression { exp_desc = Texp_typed_hole; _ }) :: _ -> true
1616
| [] | (_, _) :: _ -> false
17-
;;

0 commit comments

Comments
 (0)