Module Short_paths_graph.GraphSource

Sourcetype t = graph
Sourceval empty : t
Sourceval add : t -> Component.t list -> t * Diff.t
Sourceval merge : t -> Diff.t -> t
Sourceval find_type : t -> Path.t -> Type.t
Sourceval find_class_type : t -> Path.t -> Class_type.t
Sourceval find_module_type : t -> Path.t -> Module_type.t
Sourceval find_module : t -> Path.t -> Module.t
Sourceval is_type_path_visible : t -> Path.t -> bool
Sourceval is_class_type_path_visible : t -> Path.t -> bool
Sourceval is_module_type_path_visible : t -> Path.t -> bool
Sourceval is_module_path_visible : t -> Path.t -> bool
Sourceval is_type_ident_visible : t -> Ident.t -> bool
Sourceval is_class_type_ident_visible : t -> Ident.t -> bool
Sourceval is_module_type_ident_visible : t -> Ident.t -> bool
Sourceval is_module_ident_visible : t -> Ident.t -> bool