Lang_of.Path
val module_ :
maps ->
Odoc_xref2.Cpath.module_ ->
Odoc_model.Paths.Path.Module.t
val module_type :
maps ->
Odoc_xref2.Cpath.module_type ->
Odoc_model.Paths.Path.ModuleType.t
val type_ : maps -> Odoc_xref2.Cpath.type_ -> Odoc_model.Paths.Path.Type.t
val class_type :
maps ->
Odoc_xref2.Cpath.class_type ->
Odoc_model.Paths.Path.ClassType.t
val resolved_module :
maps ->
Odoc_xref2.Cpath.Resolved.module_ ->
Odoc_model.Paths.Path.Resolved.Module.t
val resolved_parent :
maps ->
Odoc_xref2.Cpath.Resolved.parent ->
Odoc_model.Paths.Path.Resolved.Module.t
val resolved_module_type :
maps ->
Odoc_xref2.Cpath.Resolved.module_type ->
Odoc_model.Paths.Path.Resolved.ModuleType.t
val resolved_type :
maps ->
Odoc_xref2.Cpath.Resolved.type_ ->
Odoc_model.Paths.Path.Resolved.Type.t
val resolved_datatype :
maps ->
Odoc_xref2.Cpath.Resolved.datatype ->
Odoc_model.Paths.Path.Resolved.DataType.t
val resolved_value :
maps ->
Odoc_xref2.Cpath.Resolved.value ->
Odoc_model.Paths.Path.Resolved.Value.t
val resolved_constructor :
maps ->
Odoc_xref2.Cpath.Resolved.constructor ->
Odoc_model.Paths.Path.Resolved.Constructor.t
val resolved_class_type :
maps ->
Odoc_xref2.Cpath.Resolved.class_type ->
Odoc_model.Paths.Path.Resolved.ClassType.t
val module_fragment :
maps ->
Odoc_xref2.Cfrag.module_ ->
Odoc_model.Paths.Fragment.Module.t
val signature_fragment :
maps ->
Odoc_xref2.Cfrag.signature ->
Odoc_model.Paths.Fragment.Signature.t
val type_fragment :
maps ->
Odoc_xref2.Cfrag.type_ ->
Odoc_model.Paths.Fragment.Type.t
val resolved_module_fragment :
maps ->
Odoc_xref2.Cfrag.resolved_module ->
Odoc_model.Paths.Fragment.Resolved.Module.t
val resolved_module_type_fragment :
maps ->
Odoc_xref2.Cfrag.resolved_module_type ->
Odoc_model.Paths.Fragment.Resolved.ModuleType.t
val resolved_signature_fragment :
maps ->
Odoc_xref2.Cfrag.resolved_signature ->
Odoc_model.Paths.Fragment.Resolved.Signature.t
val resolved_type_fragment :
maps ->
Odoc_xref2.Cfrag.resolved_type ->
Odoc_model.Paths.Fragment.Resolved.Type.t