Module type Events_common.EVENT

module type EVENT = sig .. end

type t 
val pp : Format.formatter -> t -> unit
val show : t -> string