Module Types.Alarm_value
module Action : sig ... end
type t
=
{
action : Action.t;
mutable next_fired : t Incremental__.Import.Uopt.t;
}
Types.Alarm_value
module Action : sig ... end
type t
=
{
action : Action.t; |
mutable next_fired : t Incremental__.Import.Uopt.t; |
}