Automaton_state.Mode
type ('u, 's) t =
| Single
| Many
| Eager of {
got_sexp : ('u, 's) Parsexp__.Automaton_state_intf.State.t -> 's -> 's;
reraise_notrace : bool;
mutable no_sexp_is_error : bool;
}