package tyxml

  1. Overview
  2. Docs
TyXML is a library for building correct HTML and SVG documents

Install

Dune Dependency

Authors

Maintainers

Sources

tyxml-4.4.0.tbz
sha256=516394dd4a5c31726997c51d66aa31cacb91e3c46d4e16c7699130e204042530
sha512=d5f2187f8410524cec7a14b28e8950837070eb0b6571b015dd06076c2841eb7ccaffa86d5d2307eaf1950ee62f9fb926477dac01c870d9c1a2f525853cb44d0c

doc/tyxml.functor/Html_sigs/index.html

Module Html_sigs

HTML signatures for the functorial interface.

module type T = sig ... end

Signature of typesafe constructors for HTML documents.

module type NoWrap = T with module Xml.W = Xml_wrap.NoWrap

Equivalent to T, but without wrapping.

Signature functors

See <<a_manual chapter="functors"|the manual of the functorial interface>>.

module Make (Xml : Xml_sigs.T) (Svg : Svg_sigs.T with module Xml := Xml) : sig ... end

Signature functor for Html_f.Make.

module type Wrapped_functions = sig ... end

Wrapped functions, to be used with Html_f.Make_with_wrapped_functions.

OCaml

Innovation. Community. Security.