Module Odoc_html__Url.Error

type nonrec t =
| Not_linkable of string
| Uncaught_exn of string
| Unexpected_anchor of t * string
| Missing_anchor of t * string
val to_string : t -> string