sig
  type kinds =
      Values
    | Types
    | Topics
    | Modules
    | Exns
    | Modtypes
    | Classes
    | Methods
    | Attributes
    | Objtypes
  val init : unit -> unit
  val help : unit -> unit
  val man : string -> unit
end