Module Parsexp__.Automaton_helpers

include Parsexp__.Automaton_helpers_intf.Automaton_helpers
val feed_bytes : (_'stack) Parsexp__.Parser_automaton.state -> bytes -> 'stack -> 'stack
val feed_string : (_'stack) Parsexp__.Parser_automaton.state -> string -> 'stack -> 'stack
val feed_subbytes : (_'stack) Parsexp__.Parser_automaton.state -> bytes -> pos:int -> len:int -> 'stack -> 'stack
val feed_substring : (_'stack) Parsexp__.Parser_automaton.state -> string -> pos:int -> len:int -> 'stack -> 'stack