package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = graph
val empty : t
val add : t -> Component.t list -> t * Diff.t
val merge : t -> Diff.t -> t
val find_type : t -> Path.t -> Type.t
val find_class_type : t -> Path.t -> Class_type.t
val find_module_type : t -> Path.t -> Module_type.t
val find_module : t -> Path.t -> Module.t
val is_type_path_visible : t -> Path.t -> bool
val is_class_type_path_visible : t -> Path.t -> bool
val is_module_type_path_visible : t -> Path.t -> bool
val is_module_path_visible : t -> Path.t -> bool
val is_type_ident_visible : t -> Ident.t -> bool
val is_class_type_ident_visible : t -> Ident.t -> bool
val is_module_type_ident_visible : t -> Ident.t -> bool
val is_module_ident_visible : t -> Ident.t -> bool