Module Serlib.Ser_goal_select
type t = Goal_select.t = | SelectAlreadyFocused| SelectNth of int| SelectList of (int * int) list| SelectId of Names.Id.t| SelectAll
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t