Html_f.Wrapped_functions
SourceThe standard set of wrapped functions, when W.ft
is the regular function.
module Xml : Xml_sigs.T with type ('a, 'b) W.ft = 'a -> 'b
type image_candidate = [
| `Url of Xml.uri
| `Url_width of Xml.uri * Html_types.number
| `Url_pixel of Xml.uri * Html_types.float_number
]