package odoc

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