Module Map.Or_duplicate

type 'a t = [
  1. | `Ok of 'a
  2. | `Duplicate
]
val sexp_of_t : 'a. ('a -> Sexp.t) -> 'a t -> Sexp.t