Module Incremental_kernel__.Types.Alarm_value

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