package virtual_dom

  1. Overview
  2. Docs
OCaml bindings for the virtual-dom library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=812711b4d5ce634a413580cd7096482de8d71abec9ae37bb01f7c0dcec2968ec

doc/src/virtual_dom/vdom.ml.html

Source file vdom.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module Attr = struct
  include Attr
  module Hooks = Hooks
  module Global_listeners = Global_listeners
end

module Attrs = Attr.Multi
module Effect = Effect
module Node = Node

module Html_syntax = struct
  module Html_syntax = struct
    module Attr :
      module type of Attr
        with type t := Attr.t
         and module Multi := Attr.Multi
         and module Always_focus_hook := Attr.Always_focus_hook
         and module Single_focus_hook := Attr.Single_focus_hook
         and module No_op_hook := Attr.No_op_hook
         and module Expert := Attr.Expert =
      Attr

    module Node :
      module type of Node
        with type t := Node.t
         and module Element := Node.Element
         and module Widget := Node.Widget
         and module Aliases := Node.Aliases
         and module Patch := Node.Patch
         and module Expert := Node.Expert =
      Node
  end
end
OCaml

Innovation. Community. Security.