package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-4.17.1-501.tbz
sha256=376707aa871f09e9639456d3fbe4b89a21c9ad75c774e94cbbbe67f842b0a500
sha512=a11ea4b8e3520b3ee41ae8198cda34b2816b8dfcdcb99350ef29689a7d62bb66d17ffa075c551aa56d521120b55e6db14a106a31f7b3970ed2aa07e1db3c9b88

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

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
OCaml

Innovation. Community. Security.