sig
  module Down :
    sig
      type 'a t = 'React.E.t
      val set_handle_react_exn_function :
        (?exn:exn -> unit -> unit Lwt.t) -> unit
    end
  module Up : sig type 'a t = '-> unit Lwt.t end
  module S : sig module Down : sig type 'a t = 'React.S.t end end
  val force_link : unit
  val section : Lwt_log_core.section
end