package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include RawNamed end
val appendChild : ?before:'a F.elt -> 'b Id.id -> 'c F.elt -> unit
val appendChildren : ?before:'a F.elt -> 'b Id.id -> 'c F.elt list -> unit
val removeChild : 'a Id.id -> 'b F.elt -> unit
val replaceChild : 'a Id.id -> 'b F.elt -> 'c F.elt -> unit
val removeChildren : 'a Id.id -> unit
val replaceChildren : 'a Id.id -> 'b F.elt list -> unit