package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

Dune Dependency

Authors

Maintainers

Sources

merlin-5.3-502.tbz
sha256=2cea46f12397fa6e31ef0c0d4f5e11c1cfd916ee49420694005c95ebb3aa24bc
sha512=e94abb9ae38149245337db033e2c3891c7ec772168e99abf1bda0216a894c0854e7170b56fe88eba83ec98f2ebc0f5c7c723e8db14f59eeb6dd348bec12c6d62

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

Module Ocaml_typing.Short_paths_graphSource

Short_path_graph is a representation of the environment (as a graph, using Graph.t) that is more suitable to answer short path queries.

The only structures shared with the typechecker are Ident.t and Path.t. Graph.t is pure and doesn't hook into the Env.t. Context has to be rebuilt by outside code using Graph.add.

Sourcemodule String_map : Map.S with type key = string
Sourcemodule Ident : sig ... end
Sourcemodule Ident_map : Map.S with type key = Ident.t
Sourcemodule Ident_set : Set.S with type elt = Ident.t
Sourcemodule Path : sig ... end
Sourcemodule Path_map : Map.S with type key = Path.t
Sourcemodule Path_set : Set.S with type elt = Path.t
Sourcemodule Desc : sig ... end
Sourcemodule Sort : sig ... end
Sourcemodule Origin : sig ... end
Sourcetype graph
Sourcemodule Type : sig ... end
Sourcemodule Class_type : sig ... end
Sourcemodule Module_type : sig ... end
Sourcemodule Module : sig ... end
Sourcemodule Diff : sig ... end
Sourcemodule Component : sig ... end
Sourcemodule Graph : sig ... end
OCaml

Innovation. Community. Security.