Module type Blit_intf.Elt

module type Elt = sig .. end

type t 
val equal : t -> t -> bool
of_bool is used to generate two distinct values of type t, used in unit tests. It is required that of_bool false <> of_bool true.
val of_bool : bool -> t