module SetMake:
Collection of elements based on a Set, elements order doesn't matter
| Parameters: |
|
type e
Type of an element
type t
Type of a collection of element
val compare : t -> t -> intCompare a collection of element
val pp_printer : Stdlib.Format.formatter -> t -> unitPretty printer a collection of element
val pp_diff : Stdlib.Format.formatter -> t * t -> unitPretty printer for collection differences
val assert_equal : ?msg:string -> t -> t -> unitOUnitDiff.S.assert_equal with ~diff, ~cmp and ~printer predefined for
this collection events
val of_list : e list -> tCreate t using of list