Module Command_selector.Selected

type 'a t = {
  1. command : 'a Cmdlang_ast.Ast.Command.t;
  2. resume_parsing_from_index : int;
}