Module Odoc_xref2.Shape_toolsSource
Source
val lookup_def :
Odoc_xref2.Env.t ->
Odoc_model.Paths.Identifier.NonSrc.t ->
Odoc_model.Paths.Identifier.SourceLocation.t optionSource
val lookup_value_path :
Odoc_xref2.Env.t ->
Odoc_model.Paths.Path.Value.t ->
Odoc_model.Paths.Identifier.SourceLocation.t optionSource
val lookup_type_path :
Odoc_xref2.Env.t ->
Odoc_model.Paths.Path.Type.t ->
Odoc_model.Paths.Identifier.SourceLocation.t optionSource
val lookup_module_path :
Odoc_xref2.Env.t ->
Odoc_model.Paths.Path.Module.t ->
Odoc_model.Paths.Identifier.SourceLocation.t optionSource
val lookup_module_type_path :
Odoc_xref2.Env.t ->
Odoc_model.Paths.Path.ModuleType.t ->
Odoc_model.Paths.Identifier.SourceLocation.t optionSource
val lookup_class_type_path :
Odoc_xref2.Env.t ->
Odoc_model.Paths.Path.ClassType.t ->
Odoc_model.Paths.Identifier.SourceLocation.t option