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