Skip to content

Commit 937379a

Browse files
committed
Update src/dune.mli
Signed-off-by: Sora Morimoto <[email protected]>
1 parent e520ab4 commit 937379a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/dune.mli

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ type t =
1010
If not, user should be advised to run `dune pkg lock` *)
1111
val is_project_locked : t -> bool Promise.t
1212

13-
(** Check if the dune project has ocamllsp server as a dev-tool. *)
14-
val is_ocamllsp_present : t -> bool Promise.t
15-
1613
(** Generic function to execute dune commands *)
1714
val command : t -> args:string list -> Cmd.t
1815

@@ -30,6 +27,9 @@ val tools
3027
-> [< `Exec_ | `Which | `Install ]
3128
-> Cmd.t
3229

30+
(** Check if the dune project has ocamllsp server as a dev-tool. *)
31+
val is_ocamllsp_present : t -> bool Promise.t
32+
3333
(** Check if amy two instances of dune pkg management projects are equal *)
3434
val equal : t -> t -> bool
3535

0 commit comments

Comments
 (0)