Automaton_stack.For_csttype t = | Empty | (* at top-level *) | |||
| T_or_comment of Cst.t_or_comment * t | (* after the given sexp or comment *) | |||
| Open of Positions.pos * t | (* after the opening paren *) | |||
| In_sexp_comment of {
} | (*
|
val empty : tval get_many : t -> Cst.t_or_comment listRaises if t contains a partial sexp.