Lang_of.Path
val module_ : maps -> Cpath.module_ -> Odoc_model.Paths.Path.Module.t
val module_type : maps -> Cpath.module_type -> Odoc_model.Paths.Path.ModuleType.t
val type_ : maps -> Cpath.type_ -> Odoc_model.Paths.Path.Type.t
val class_type : maps -> Cpath.class_type -> Odoc_model.Paths.Path.ClassType.t
val resolved_module : maps -> Cpath.Resolved.module_ -> Odoc_model.Paths.Path.Resolved.Module.t
val resolved_parent : maps -> Cpath.Resolved.parent -> Odoc_model.Paths.Path.Resolved.Module.t
val resolved_module_type : maps -> Cpath.Resolved.module_type -> Odoc_model.Paths.Path.Resolved.ModuleType.t
val resolved_type : maps -> Cpath.Resolved.type_ -> Odoc_model.Paths.Path.Resolved.Type.t
val resolved_class_type : maps -> Cpath.Resolved.class_type -> Odoc_model.Paths.Path.Resolved.ClassType.t
val module_fragment : maps -> Cfrag.module_ -> Odoc_model.Paths.Fragment.Module.t
val signature_fragment : maps -> Cfrag.signature -> Odoc_model.Paths.Fragment.Signature.t
val type_fragment : maps -> Cfrag.type_ -> Odoc_model.Paths.Fragment.Type.t
val resolved_module_fragment : maps -> Cfrag.resolved_module -> Odoc_model.Paths.Fragment.Resolved.Module.t
val resolved_module_type_fragment : maps -> Cfrag.resolved_module_type -> Odoc_model.Paths.Fragment.Resolved.ModuleType.t
val resolved_signature_fragment : maps -> Cfrag.resolved_signature -> Odoc_model.Paths.Fragment.Resolved.Signature.t
val resolved_type_fragment : maps -> Cfrag.resolved_type -> Odoc_model.Paths.Fragment.Resolved.Type.t