package vdom

  1. Overview
  2. Docs
DOM and VDOM for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=bda1424d08f483a19e242a0c5cff2cfa
sha512=4fbeda115659049798b84b58ce385619bace99740384844eb5a453e2448496e85b304713d1c86d5479b2c3450d17defd1e1f8fa5859ba1e493226c178a6f4cbe

doc/vdom.base/Vdom/Cmd/index.html

Module Vdom.CmdSource

Sourcetype 'msg t = ..
Sourcetype t +=
  1. | Echo of 'msg
  2. | Batch of 'msg t list
  3. | Bind : 'a t * ('a -> 'msg t) -> 'msg t
  4. | Map : ('a -> 'msg) * 'a t -> 'msg t
Sourceval echo : 'msg -> 'msg t
Sourceval batch : 'msg t list -> 'msg t
Sourceval map : ('a -> 'msg) -> 'a t -> 'msg t
Sourceval bind : 'a t -> ('a -> 'msg t) -> 'msg t
OCaml

Innovation. Community. Security.