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
invariant :
t
Core_kernel.Invariant_intf.inv
val
sexp_of_t :
t
->
Sexplib.Sexp.t
val
create :
Action.t
->
t