package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type kind = [
  1. | `Module
  2. | `Page
  3. | `LeafPage
  4. | `ModuleType
  5. | `Argument
  6. | `Class
  7. | `ClassType
  8. | `File
]
val pp_kind : Format.formatter -> kind -> unit
val string_of_kind : kind -> string
type t = {
  1. kind : kind;
  2. parent : t option;
  3. name : string;
}
val from_identifier : [< source ] -> t
val to_list : t -> (kind * string) list
val of_list : (kind * string) list -> t option
val split : is_dir:(kind -> bool) -> (kind * string) list -> (kind * string) list * (kind * string) list
OCaml

Innovation. Community. Security.