Module Ui_effect.ExpertSource

Sourceval handle : Base.unit t -> Base.unit

handle t looks up the Handler.handle function in the table of Defined functions, unwraps the Event.t back into its underlying Action.t, and applies the two. This is only intended for internal use by this library, specifically by the attribute code.

Sourcetype hide =
  1. | T : ('a t * ('a -> Base.unit)) -> hide
Sourceval of_fun : f:(callback:('a -> Base.unit) -> Base.unit) -> 'a t