package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a elt = 'a elt
val of_element : Dom_html.element Js.t -> 'a elt
val of_paragraph : Dom_html.paragraphElement Js.t -> [> Html_types.p ] elt
val of_mod : Dom_html.modElement Js.t -> [> `Del of 'a | `Ins of 'a ] elt
val of_anchor : Dom_html.anchorElement Js.t -> [> 'a Html_types.a ] elt
val of_map : Dom_html.mapElement Js.t -> [> 'a Html_types.map ] elt
val of_tableCell : Dom_html.tableCellElement Js.t -> [> `Td | `Th ] elt
val of_tableSection : Dom_html.tableSectionElement Js.t -> [> `Tbody | `Tfoot | `Thead ] elt