Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Types.PSourcemodule Attributes : Map.Sval compare_name : Attributes.key -> Attributes.key -> intval compare_attr_value : attr_value -> attr_value -> intval default_data : unit -> dataval version_name : unit -> Attributes.keyval default_version : unit -> attr_valueval default_attr_value : unit -> attr_valueval pp_name : Format.formatter -> Attributes.key -> unitval pp_attr_value : Format.formatter -> attr_value -> unitPrint attribute value, with escaping but without quotes around.
val pp_attributes :
(Format.formatter -> attr_value Attributes.t -> unit) optionIf provided, use this function to print attributes. Else pp_name and pp_attr_value will be used.