Module Private.Automaton_state
module Kind : sig ... endmodule Mode : sig ... endmodule State : sig ... endtype (!'u, !'s) t = ('u, 's) State.tval create :
?initial_pos:Parsexp__.Positions.pos ->
('u, 's) Mode.t ->
('u, 's) Kind.t ->
('u, 's) tval reset : ?pos:Parsexp__.Positions.pos -> ('a, 'b) t -> unitval positions : (Parsexp__.Positions.Builder.t, 'a) t -> Parsexp__.Positions.tval mode : ('u, 's) t -> ('u, 's) Mode.tval offset : ('a, 'b) t -> intval line : ('a, 'b) t -> intval column : ('a, 'b) t -> intval has_unclosed_paren : ('u, 's) t -> boolval set_error_state : ('a, 'b) t -> unitval automaton_state : ('u, 's) t -> int