Module Ui_event

include Ui_event__.Ui_event_intf.Event
type t = ..
type t += Ignore | Many of t list
module Define : functor (Handler : Handler) -> S with type action := Handler.Action.t and type t := t
module Expert : sig ... end