package GT

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

Functor to provide map to HTML generation. Set items are ordered in according to their <b>string representations</b>.

Parameters

module M : Map.S
module K : Element with type t = M.key
module V : Element

Signature

type t = V.t M.t

The type.

val toHTML : t -> string

Generate HTML representation.