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 -> 'bSignature
Source
type image_candidate = [ | `Url of Xml.uri| `Url_width of Xml.uri * Html_types.number| `Url_pixel of Xml.uri * Html_types.float_number
]