Module type Model_intf.EVENTS

module type EVENTS = sig .. end
Represents an abstract collection of events, must be protobuf capable and pretty printable

type t 
val from_protobuf : Protobuf.Decoder.t -> t
val to_protobuf : t -> Protobuf.Encoder.t -> unit
val pp : Format.formatter -> t -> unit
val show : t -> string
module Event: Model_intf.EVENT 
include Events_common.EVENTS