val info_section : string refval info_entry : string list refval is : 'a option -> boolval pad_to : int -> string -> stringval indent : int -> string -> stringtype indices = [ | `Class| `Class_att| `Class_type| `Exception| `Extension| `Method| `Module| `Module_type| `Type| `Value
]val indices :
[< `Class
| `Class_att
| `Class_type
| `Exception
| `Extension
| `Method
| `Module
| `Module_type
| `Type
| `Value ] ->
stringval indices_names : (string * string) listmodule Texi : sig ... endval titles_and_headings : (int * (string * string)) list refval title : ('a * 'b) -> 'aval heading : ('a * 'b) -> 'bval fallback_title : stringval fallback_heading : stringclass text : object ... end