Parsexp_symbolic_automaton.Automatonmodule Action : sig ... endAction associated to transitions. Actions correspond to the similarly named functions in Parsexp.Automaton_actions.
module Epsilon_action : sig ... endAction associated to epsilon transitions, i.e. transitions that do not consume a character.
module Transition : sig ... endmodule Final_transition : sig ... endmodule State : sig ... endmodule type S = sig ... endval action_to_runtime_function : Action.t -> Base.string Base.optionval epsilon_action_to_runtime_function :
Epsilon_action.t ->
Base.string Base.option