Module Call.Region_input
type t=|Region of{start : Position.t;end_ : Position.t;delete : bool;}|String of string
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Call.Region_inputtype t = | Region of {
} | |||
| String of string |
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t