Module Node.Patch

type node = t
type t
val create : previous:node -> current:node -> t
val apply : t -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
val is_empty : t -> Base.bool