include/automata@retry_Retry.hrl

-record(retry, {
    delay :: automata@retry@ast:duration(),
    next :: automata@retry:context()
}).