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/index.html

Module Incr_dom_interactive.Let_syntaxSource

Sourceval return : 'a -> 'a t
include Core.Monad.Infix with type 'a t := 'a t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval (>>|) : 'a t -> ('a -> 'b) -> 'b t
Sourcemodule Let_syntax : sig ... end