Module Pl_HTML_Element


module Pl_HTML_Element: sig .. end
Wrapper around Perl HTML::Element class.


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