sig
  type notifier
  val disable : Lwt_event.notifier -> unit
  val notify : ('-> unit) -> 'React.event -> Lwt_event.notifier
  val notify_p : ('-> unit Lwt.t) -> 'React.event -> Lwt_event.notifier
  val notify_s : ('-> unit Lwt.t) -> 'React.event -> Lwt_event.notifier
  val always_notify : ('-> unit) -> 'React.event -> unit
  val always_notify_p : ('-> unit Lwt.t) -> 'React.event -> unit
  val always_notify_s : ('-> unit Lwt.t) -> 'React.event -> unit
end