Module type OUnitDiff.DIFF_ELEMENT

module type DIFF_ELEMENT = sig .. end
Definition of an element

type t 
Type of an element
val pp_printer : Format.formatter -> t -> unit
Pretty printer for an element
val compare : t -> t -> int
Element comparison
val pp_print_sep : Format.formatter -> unit -> unit
Pretty print element separator