module Action : sig ... end
type t
=
{
action : Action.t;
mutable next_fired : t Incremental_kernel__.Uopt.t;
}