Module View.HashtblCSource

Viewing hash tables of Viewable types with explicit concatenation function. Set items are ordered in according to their <b>string representations</b>.

Parameters

module C : Concat
module M : Hashtbl.S
module K : Viewable with type t = M.key
module V : Viewable

Signature

Sourcetype t = V.t M.t

The type.

Sourceval toString : t -> string

View function.