package GT

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

type t = V.t M.t

The type.

val toString : t -> string

View function.