Module Ocaml_typing.Persistent_envSource

Sourceexception Error of error
Sourceval report_error : Format.formatter -> error -> unit
Sourcemodule Persistent_signature : sig ... end
Sourcetype can_load_cmis =
  1. | Can_load_cmis
  2. | Cannot_load_cmis of Ocaml_utils.Lazy_backtrack.log
Sourcetype 'a t
Sourceval empty : unit -> 'a t
Sourceval short_paths_basis : 'a t -> Short_paths.Basis.t
Sourceval clear : 'a t -> unit
Sourceval clear_missing : 'a t -> unit
Sourceval fold : 'a t -> (Merlin_utils.Misc.modname -> 'a -> 'b -> 'b) -> 'b -> 'b
Sourceval find_in_cache : 'a t -> Merlin_utils.Misc.modname -> 'a option
Sourceval looked_up : 'a t -> Merlin_utils.Misc.modname -> bool
Sourceval is_imported : 'a t -> Merlin_utils.Misc.modname -> bool
Sourceval is_imported_opaque : 'a t -> Merlin_utils.Misc.modname -> bool
Sourceval register_import_as_opaque : 'a t -> Merlin_utils.Misc.modname -> unit
Sourceval save_cmi : 'a t -> Persistent_signature.t -> 'a -> unit
Sourceval can_load_cmis : 'a t -> can_load_cmis
Sourceval set_can_load_cmis : 'a t -> can_load_cmis -> unit
Sourceval without_cmis : 'a t -> ('b -> 'c) -> 'b -> 'c
Sourceval import_crcs : 'a t -> source:Merlin_utils.Misc.filepath -> Merlin_utils.Misc.crcs -> unit
Sourceval imports : 'a t -> Merlin_utils.Misc.crcs
Sourceval add_delayed_check_forward : ((unit -> unit) -> unit) ref
Sourceval with_cmis : 'a t -> ('b -> 'c) -> 'b -> 'c
Sourceval forall : found: (Merlin_utils.Misc.modname -> Merlin_utils.Misc.filepath -> string -> 'a -> bool) -> missing:(Merlin_utils.Misc.modname -> bool) -> 'a t -> bool