OUnitDiff.ListSimpleMakeCollection of elements based on a List, order matters but difference display is very simple. It stops at the first element which differs.
module D : DIFF_ELEMENTtype e = D.tType of an element
type t = D.t listType of a collection of element
val pp_printer : Stdlib.Format.formatter -> t -> unitPretty printer a collection of element
assert_equal with ~diff, ~cmp and ~printer predefined for this collection events