Automaton.Stack
module For_cst : sig ... end
module Just_positions : sig ... end
type t =
| Empty
| Open of t
| Sexp of Sexplib0.Sexp.t * t
val empty : t
val get_single : t -> Sexplib0.Sexp.t
val get_many : t -> Sexplib0.Sexp.t list