package odoc

  1. Overview
  2. Docs
type t = private
  1. | Page of string
  2. | Unit of {
    1. name : string;
    2. hidden : bool;
    }
val create_unit : force_hidden:bool -> string -> t
val create_page : string -> t
val name : t -> string