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