package GT

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

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

Parameters

module S : Set.S
module V : Element with type t = S.elt

Signature

type t = S.t

The type.

val toHTML : t -> string

Generate HTML representation.