Module type Test.T

The type for testable values.

type t

The tested type.

val equal : t -> t -> bool

equal asserts the equality of two values.

val pp : t B0_std.Fmt.t

pp formats values for inspection.