Up

Module Alarm_value

Signature

module Action : sig .. end
type t = Types.Alarm_value.t = {
action
: Action.t ;
mutable next_fired
: t Uopt.t ;
}
val sexp_of_t : t -> Sexplib.Sexp.t
val create : Action.t -> t