Module type Sequence_model.EVENT

module type EVENT = Model_intf.EVENT
The event type for each element of a sequence.

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