Module Private.Automaton_stack

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