module Pl_HTML_Element:sig..end
Wrapper around Perl HTML::Element class.
type 'a content_t =
| |
Element of |
| |
String of |
class html_element :Perl.sv ->object..end
val new_ : string -> (string * string) list -> html_element