package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

dune-project
 Dependency

Authors

Maintainers

Sources

merlin-5.8-505.tbz
sha256=5642cde8486a84aad98fa5c590b70e8dcc6074d7fbdb3b9b8c46b2c5b42f653b
sha512=1d7a7751157e393d3ae248ef5ae24a6b4e81430666c61cc51a3d0ec35804523317036f3d7a3c7f18a7554337f4e5f5989fb677865b261ece3fd2b317903570ba

doc/merlin-lib.ocaml_typing/Ocaml_typing/Persistent_env/index.html

Module Ocaml_typing.Persistent_envSource

Sourceexception Error of error
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 -> (Ocaml_utils.Misc.modname -> 'a -> 'b -> 'b) -> 'b -> 'b
Sourceval find : allow_hidden:bool -> 'a t -> (Persistent_signature.t -> 'a) -> (string -> 'a -> Ocaml_typing.Short_paths.Desc.Module.components Lazy.t) -> Ocaml_utils.Misc.modname -> 'a
Sourceval find_in_cache : 'a t -> Ocaml_utils.Misc.modname -> 'a option
Sourceval check : allow_hidden:bool -> 'a t -> (Persistent_signature.t -> 'a) -> (string -> 'a -> Ocaml_typing.Short_paths.Desc.Module.components Lazy.t) -> loc:Ocaml_parsing.Location.t -> Ocaml_utils.Misc.modname -> unit
Sourceval looked_up : 'a t -> Ocaml_utils.Misc.modname -> bool
Sourceval is_imported : 'a t -> Ocaml_utils.Misc.modname -> bool
Sourceval is_imported_opaque : 'a t -> Ocaml_utils.Misc.modname -> bool
Sourceval register_import_as_opaque : 'a t -> Ocaml_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:Ocaml_utils.Misc.filepath -> Ocaml_utils.Misc.crcs -> unit
Sourceval imports : 'a t -> Ocaml_utils.Misc.crcs
Sourceval add_delayed_check_forward : ((unit -> unit) -> unit) ref
Sourceval with_cmis : 'a t -> ('b -> 'c) -> 'b -> 'c
Sourceval forall : found: (Ocaml_utils.Misc.modname -> Ocaml_utils.Misc.filepath -> string -> 'a -> bool) -> missing:(Ocaml_utils.Misc.modname -> bool) -> 'a t -> bool