Module Goal_select
type t
=
|
SelectAlreadyFocused
|
SelectNth of int
|
SelectList of (int * int) list
|
SelectId of Names.Id.t
|
SelectAll
Goal_select
type t
=
| SelectAlreadyFocused |
| SelectNth of int |
| SelectList of (int * int) list |
| SelectId of Names.Id.t |
| SelectAll |