Module Minibuffer.Y_or_n_with_timeout

type 'a t =
| Y
| N
| Timeout of 'a
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t