Module Map_intf.Or_duplicate

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