package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-5.4.1-503.tbz
sha256=49b3b4c778c12125fc7405e73790b0b312d5d79749dd73d4838b6562a2533022
sha512=6350ff076ac61727c48bc098a05520c5d343f3323b2f3b6d7d69fdd568e51abca6945cbcbc3a6ae97fd198bd7bbdcae823fbd0f3f14a37972fe713da2ed14f2d

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 -> (Merlin_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) -> Merlin_utils.Misc.modname -> 'a
Sourceval find_in_cache : 'a t -> Merlin_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 -> Merlin_utils.Misc.modname -> unit
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
OCaml

Innovation. Community. Security.