sig
  type (-'a, +'b) t
  val sexp_of_t :
    '-> '-> ('c, 'd) Error_check.Timer.t -> Std_internal.Sexp.t
  val create :
    assertion:('-> bool) ->
    fail_alert:('-> 'b) ->
    success_alert:('-> 'b) ->
    min_alert_interval:Span.t -> ('a, 'b) Error_check.Timer.t
  val check : ('a, 'b) Error_check.Timer.t -> '-> Time.t -> 'b option
  val state : ('a, 'b) Error_check.Timer.t -> bool
end