Module type Parsexp__Kind_intf.Kind

module type Stack = Stack
module type S = S
module Sexp : S with type Stack.t = Parsexp__.Automaton_stack.t and type state = unit
module Sexp_with_positions : S with type Stack.t = Parsexp__.Automaton_stack.t and type state = Parsexp.Positions.Builder.t
module Positions : S with type Stack.t = Parsexp__.Automaton_stack.Just_positions.t and type state = Parsexp.Positions.Builder.t
module Cst : S with type Stack.t = Parsexp__.Automaton_stack.For_cst.t and type state = Parsexp__.Parser_automaton_internal.Public.state_cst