Module Short_paths_graph.Graph
type t = Ocaml_typing.Short_paths_graph.graphval empty : Ocaml_typing.Short_paths_graph.Graph.tval find_class_type :
Ocaml_typing.Short_paths_graph.Graph.t ->
Ocaml_typing.Short_paths_graph.Path.t ->
Ocaml_typing.Short_paths_graph.Class_type.tval find_module_type :
Ocaml_typing.Short_paths_graph.Graph.t ->
Ocaml_typing.Short_paths_graph.Path.t ->
Ocaml_typing.Short_paths_graph.Module_type.tval is_type_path_visible :
Ocaml_typing.Short_paths_graph.Graph.t ->
Ocaml_typing.Short_paths_graph.Path.t ->
boolval is_class_type_path_visible :
Ocaml_typing.Short_paths_graph.Graph.t ->
Ocaml_typing.Short_paths_graph.Path.t ->
boolval is_module_type_path_visible :
Ocaml_typing.Short_paths_graph.Graph.t ->
Ocaml_typing.Short_paths_graph.Path.t ->
boolval is_module_path_visible :
Ocaml_typing.Short_paths_graph.Graph.t ->
Ocaml_typing.Short_paths_graph.Path.t ->
boolval is_type_ident_visible :
Ocaml_typing.Short_paths_graph.Graph.t ->
Ocaml_typing.Short_paths_graph.Ident.t ->
boolval is_class_type_ident_visible :
Ocaml_typing.Short_paths_graph.Graph.t ->
Ocaml_typing.Short_paths_graph.Ident.t ->
boolval is_module_type_ident_visible :
Ocaml_typing.Short_paths_graph.Graph.t ->
Ocaml_typing.Short_paths_graph.Ident.t ->
boolval is_module_ident_visible :
Ocaml_typing.Short_paths_graph.Graph.t ->
Ocaml_typing.Short_paths_graph.Ident.t ->
bool