Module HTML.List

Functor to provide list to HTML generation.

Parameters

module T : Element

Signature

type t = T.t list

The type.

val toHTML : t -> string

Generate HTML representation.