Module Serlib.Ser_goal_selectSource
Sourcetype t = Goal_select.t = | SelectAlreadyFocused| SelectNth of int| SelectList of (int * int) list| SelectId of Names.Id.t| SelectAll
Sourceval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t