type parsed_value = Parsexp__.Import.Sexp.tValues produces by the parser
module State : sig ... endval feed : State.t -> char -> Stack.t -> Stack.tval feed_eoi : State.t -> Stack.t -> unitval feed_string : State.t -> string -> Stack.t -> Stack.tval feed_substring : State.t -> string -> pos:int -> len:int -> Stack.t -> Stack.tval feed_bytes : State.t -> bytes -> Stack.t -> Stack.tval feed_subbytes : State.t -> bytes -> pos:int -> len:int -> Stack.t -> Stack.t