Module B.Event

The equivalence relation on events.

type t

An abstract type.

val equal : t -> t -> bool

Use equal a b to compare a and b, returning true if the two values are equivalent, otherwise false.