package ciao_lwt

  1. Overview
  2. Docs

Module Ocaml_index_utilsSource

Sourcetype t
Sourceval scan_dune_build_dir : dune_build_dir:string -> t
Sourceval lookup_occurrences : t -> Ocaml_typing.Shape.Uid.t -> Ocaml_parsing.Longident.t Ocaml_parsing.Location.loc list
Sourceval pp : Format.formatter -> t -> unit
Sourcetype occurrences = ((string * string) * Ocaml_parsing.Longident.t Ocaml_parsing.Location.loc) list
Sourceval occurrences : dune_build_dir:string -> cmts:Ocaml_shape_utils.cmt list -> occurrences

Find all the occurrences of declarations from modules loaded in cmts in the .ocaml-index files found in the dune_build_dir directory (expected to be a path to Dune's _build directory).