package doc-ock-html

  1. Overview
  2. Docs
type nonrec t =
  1. | Not_linkable of string
  2. | Uncaught_exn of string
  3. | Unexpected_anchor of t
  4. | Missing_anchor of t * string
val to_string : t -> string