Module Component.FmtSource

Formatting functions for components

Sourceval signature : Format.formatter -> Signature.t -> unit
Sourceval removed_item : Format.formatter -> Signature.removed_item -> unit
Sourceval removed_item_list : Format.formatter -> Signature.removed_item list -> unit
Sourceval class_ : Format.formatter -> Class.t -> unit
Sourceval class_type : Format.formatter -> ClassType.t -> unit
Sourceval include_ : Format.formatter -> Include.t -> unit
Sourceval value : Format.formatter -> Value.t -> unit
Sourceval module_decl : Format.formatter -> Module.decl -> unit
Sourceval include_decl : Format.formatter -> Include.decl -> unit
Sourceval module_ : Format.formatter -> Module.t -> unit
Sourceval module_type : Format.formatter -> ModuleType.t -> unit
Sourceval simple_expansion : Format.formatter -> ModuleType.simple_expansion -> unit
Sourceval module_type_type_of_desc : Format.formatter -> ModuleType.type_of_desc -> unit
Sourceval u_module_type_expr : Format.formatter -> ModuleType.U.expr -> unit
Sourceval module_type_expr : Format.formatter -> ModuleType.expr -> unit
Sourceval functor_parameter : Format.formatter -> FunctorParameter.t -> unit
Sourceval functor_parameter_parameter : Format.formatter -> FunctorParameter.parameter -> unit
Sourceval type_decl : Format.formatter -> TypeDecl.t -> unit
Sourceval type_equation : Format.formatter -> TypeDecl.Equation.t -> unit
Sourceval exception_ : Format.formatter -> Exception.t -> unit
Sourceval extension : Format.formatter -> Extension.t -> unit
Sourceval substitution : Format.formatter -> ModuleType.substitution -> unit
Sourceval substitution_list : Format.formatter -> ModuleType.substitution list -> unit
Sourceval type_expr_list : Format.formatter -> TypeExpr.t list -> unit
Sourceval type_object : Format.formatter -> TypeExpr.Object.t -> unit
Sourceval type_class : Format.formatter -> (Cpath.class_type * TypeExpr.t list) -> unit
Sourceval type_package : Format.formatter -> TypeExpr.Package.t -> unit
Sourceval type_expr_polymorphic_variant : Format.formatter -> TypeExpr.Polymorphic_variant.t -> unit
Sourceval type_expr : Format.formatter -> TypeExpr.t -> unit
Sourceval resolved_module_path : Format.formatter -> Cpath.Resolved.module_ -> unit
Sourceval module_path : Format.formatter -> Cpath.module_ -> unit
Sourceval resolved_module_type_path : Format.formatter -> Cpath.Resolved.module_type -> unit
Sourceval module_type_path : Format.formatter -> Cpath.module_type -> unit
Sourceval resolved_type_path : Format.formatter -> Cpath.Resolved.type_ -> unit
Sourceval resolved_value_path : Format.formatter -> Cpath.Resolved.value -> unit
Sourceval resolved_parent_path : Format.formatter -> Cpath.Resolved.parent -> unit
Sourceval type_path : Format.formatter -> Cpath.type_ -> unit
Sourceval value_path : Format.formatter -> Cpath.value -> unit
Sourceval constructor_path : Format.formatter -> Cpath.constructor -> unit
Sourceval resolved_class_type_path : Format.formatter -> Cpath.Resolved.class_type -> unit
Sourceval class_type_path : Format.formatter -> Cpath.class_type -> unit
Sourceval model_resolved_path : Format.formatter -> Odoc_model.Paths.Path.Resolved.t -> unit
Sourceval model_identifier : Format.formatter -> Odoc_model.Paths.Identifier.t -> unit
Sourceval model_fragment : Format.formatter -> Odoc_model.Paths.Fragment.t -> unit
Sourceval model_resolved_fragment : Format.formatter -> Odoc_model.Paths.Fragment.Resolved.t -> unit
Sourceval resolved_root_fragment : Format.formatter -> Cfrag.root -> unit
Sourceval resolved_signature_fragment : Format.formatter -> Cfrag.resolved_signature -> unit
Sourceval resolved_module_fragment : Format.formatter -> Cfrag.resolved_module -> unit
Sourceval resolved_type_fragment : Format.formatter -> Cfrag.resolved_type -> unit
Sourceval signature_fragment : Format.formatter -> Cfrag.signature -> unit
Sourceval module_fragment : Format.formatter -> Cfrag.module_ -> unit
Sourceval module_type_fragment : Format.formatter -> Cfrag.module_type -> unit
Sourceval type_fragment : Format.formatter -> Cfrag.type_ -> unit
Sourceval model_resolved_reference : Format.formatter -> Odoc_model.Paths.Reference.Resolved.t -> unit
Sourceval model_reference : Format.formatter -> Odoc_model.Paths.Reference.t -> unit