Aux.MemoUse Memo(E) with a totally ordered event type to make a dispatch that memorizes the results of computing transitions as events require them. Transitions are only computed for events not previously required.
module E : Cf_relations.Ordertype event = E.tThe event type.
The DFA uses create f to make an event dispatch that returns transitions computed by applying f to an event.