Functor Assertion.Set

module Set: 
functor (S : Set.S) ->
functor (P : Printer with type t = S.elt) -> sig .. end
Functor used to build assertion functions for Map.S.t values.
Parameters:
S : Set.S
P : Printer with type t = S.elt

val equal : ?msg:string -> S.t -> S.t -> unit
Same as equal, but specialized for set values.
val not_equal : ?msg:string -> S.t -> S.t -> unit
Same as not_equal, but specialized for set values.