package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-4.19-414.tbz
sha256=60a630f59203a9ce7047a5f04d0f239945960dac6f38102922e328b6d2657384
sha512=19f8ec152356873e29c05b971a529146bb7079929037c2b35a5c0afb0b3adf662341ee8527282c5fdd16de391d01c2c469fc8629af9e0ae443fa9f42472b70bb

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.