Module type Base_for_tests__Test_blit_intf.Elt

type t
val equal : t -> t -> Base.bool
val of_bool : Base.bool -> t

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.