Module Paths.Reference
References present in documentation comments ({!Foo.Bar})
module Resolved : sig ... endCreators
module Signature : sig ... endmodule ClassSignature : sig ... endmodule DataType : sig ... endmodule Parent : sig ... endmodule LabelParent : sig ... endmodule Module : sig ... endmodule ModuleType : sig ... endmodule Type : sig ... endmodule Constructor : sig ... endmodule Field : sig ... endmodule Extension : sig ... endmodule Exception : sig ... endmodule Value : sig ... endmodule Class : sig ... endmodule ClassType : sig ... endmodule Method : sig ... endmodule InstanceVariable : sig ... endmodule Label : sig ... endmodule Page : sig ... endtype t= Paths_types.Reference.any
val module_of_t : t -> Module.tval module_type_of_t : t -> ModuleType.tval signature_of_t : t -> Signature.tval class_signature_of_t : t -> ClassSignature.tval parent_of_t : t -> Parent.tval label_parent_of_t : t -> LabelParent.tval type_of_t : t -> Type.tval datatype_of_t : t -> DataType.tval constructor_of_t : t -> Constructor.tval field_of_t : t -> Field.tval extension_of_t : t -> Extension.tval exception_of_t : t -> Exception.tval value_of_t : t -> Value.tval class_of_t : t -> Class.tval class_type_of_t : t -> ClassType.tval method_of_t : t -> Method.tval instance_variable_of_t : t -> InstanceVariable.tval label_of_t : t -> Label.tval hash : t -> intval equal : t -> t -> bool