Module Parsexp__.Automaton_stack
include Parsexp__.Automaton_stack_intf.Automaton_stack
module For_cst : sig ... endmodule Just_positions : sig ... endThe recorded positions are stored elsewhere
type t=|Empty|Open of t|Sexp of Parsexp__.Import.Sexp.t * t
val empty : tval get_single : t -> Parsexp__.Import.Sexp.tRaises if
tis not exactly one complete sexp.
val get_many : t -> Parsexp__.Import.Sexp.t listRaises if
tcontains a partial sexp.