package incr_dom_interactive

  1. Overview
  2. Docs
A monad for composing chains of interactive UI elements

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=523b9c27e5103717db4e40b43f8124da2863ab0273e6e1ef1ba8577b44a72523

doc/incr_dom_interactive/Incr_dom_interactive/Let_syntax/Let_syntax/index.html

Module Let_syntax.Let_syntaxSource

Sourceval return : 'a -> 'a t
Sourceval bind : 'a t -> f:('a -> 'b t) -> 'b t
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
Sourceval both : 'a t -> 'b t -> ('a * 'b) t
Sourcemodule Open_on_rhs = Primitives