package tyxml

  1. Overview
  2. Docs
A library for building correct HTML and SVG documents

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tyxml-5.0.0.tbz
sha256=c725bb8918ff1b601e7926b7b6b4799f8f4ab70f5fba9f0970da657cb82c07f2
sha512=61881aa7101b5072b887802e78897920516c9c2b484d51ac281509e83c79969c7654caa31b125ad843b45740dfe143ed5218fd7e4d98dfba8e0b24b272308ed6

doc/tyxml.functor/Html_f/Wrapped_functions/index.html

Module Html_f.Wrapped_functionsSource

The standard set of wrapped functions, when W.ft is the regular function.

Parameters

module Xml : Xml_sigs.T with type ('a, 'b) W.ft = 'a -> 'b

Signature

Sourcemodule Xml = Xml
Sourceval string_of_big_variant : ([< Html_types.big_variant ], string) Xml.W.ft
Sourceval string_of_bool : (bool, string) Xml.W.ft
Sourceval onoff_of_bool : (bool, string) Xml.W.ft
Sourceval string_of_character : (Html_types.character, string) Xml.W.ft
Sourceval string_of_input_type : ([< Html_types.input_type ], string) Xml.W.ft
Sourceval string_of_script_type : ([< Html_types.script_type ], string) Xml.W.ft
Sourceval string_of_number_or_datetime : ([< Html_types.number_or_datetime ], string) Xml.W.ft
Sourceval string_of_linktypes : ([< Html_types.linktype ] list, string) Xml.W.ft
Sourceval string_of_mediadesc : ([< Html_types.mediadesc_token ] list, string) Xml.W.ft
Sourceval string_of_referrerpolicy : ([< Html_types.referrerpolicy ], string) Xml.W.ft
Sourceval string_of_numbers : (Html_types.numbers, string) Xml.W.ft
Sourceval string_of_blocking : ([< Html_types.blocking_token ] list, string) Xml.W.ft
Sourceval string_of_ol_type : ([< Html_types.ol_type ], string) Xml.W.ft
Sourceval string_of_sandbox : ([< Html_types.sandbox_token ] list, string) Xml.W.ft
Sourceval string_of_sizes : ((Html_types.number * Html_types.number) list option, string) Xml.W.ft
Sourcetype image_candidate = [
  1. | `Url of Xml.uri
  2. | `Url_width of Xml.uri * Html_types.number
  3. | `Url_pixel of Xml.uri * Html_types.float_number
]
Sourceval string_of_srcset : ([< image_candidate ] list, string) Xml.W.ft
Sourceval string_of_autocomplete : (Html_types.autocomplete_option, string) Xml.W.ft
Sourceval string_of_step : (float option, string) Xml.W.ft
Sourceval unoption_string : (string option, string) Xml.W.ft