sig
  type ('a, -'b, +'c) t
  val sexp_of_t :
    '-> '-> '-> ('d, 'e, 'f) Error_check.Step.t -> Std_internal.Sexp.t
  val create :
    threshold:'->
    adjust:('-> threshold:'-> 'a) ->
    assertion:('-> threshold:'-> bool) ->
    fail_alert:('-> 'c) ->
    success_alert:('-> 'c) -> ('a, 'b, 'c) Error_check.Step.t
  val check : ('a, 'b, 'c) Error_check.Step.t -> '-> 'c option
  val state : ('a, 'b, 'c) Error_check.Step.t -> bool
end