Module Merlin_analysis.Polarity_searchSource

Sourcetype t =
  1. | Trie of string * Ocaml_parsing.Longident.t * t list lazy_t
Sourcemodule PathSet : sig ... end
Sourcetype query = {
  1. positive : PathSet.t;
  2. pos_fun : int;
  3. negative : PathSet.t;
  4. neg_fun : int;
}
Sourceval remove : int ref -> PathSet.t ref -> PathSet.elt -> unit
Sourceval match_query : Ocaml_typing.Env.t -> query -> Ocaml_typing.Types.type_expr -> int option
Sourceval prepare_query : Ocaml_typing.Env.t -> string -> query
Sourceval directories : global_modules:string list -> Ocaml_typing.Env.t -> t list