Skip to content

Commit

Permalink
refactor: open import in mli
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Jan 10, 2023
1 parent 9dd68e1 commit d84425e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dune_rules/uideps.mli
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
open Import

(** This module provides support for the [ocaml-uideps] indexing tool. Its role
is to index every value in the project by their definition in order for
language server to be able to fetch project-wide occurrences.
Expand All @@ -15,4 +17,4 @@ val cctx_rules : Compilation_context.t -> unit Memo.t

(** [project_rule] adds a rule that will aggregate all the generated indexes
into one global, project-wide, index *)
val project_rule : Super_context.t -> Import.Dune_project.t -> unit Memo.t
val project_rule : Super_context.t -> Dune_project.t -> unit Memo.t

0 comments on commit d84425e

Please sign in to comment.