⚠️ Oops! This page doesn't appear to define a type called _.
Edit

A root can be seen as a unique representative of a odoc file.

t are used by doc-ock (at the root of every resolved path/identifier/reference) and present at the beginning of every .odoc file.

other items defined

module Package

This module does not have a toplevel documentation block.

type t = string

module Odoc_file

This module does not have a toplevel documentation block.

type m = {name: string, hidden: bool}

type t = | Page(string) | Compilation_unit(m)

let create_unit: (~force_hidden: bool, string) => t

let create_page: string => t

let name: t => string

type t = { package: Package.t, file: Odoc_file.t, digest: Digest.t }

let equal: (t, t) => bool

let hash: t => int

let to_string: t => string

module Hash_table : Hashtbl.S

let contains_double_underscore: string => bool