package lwd

  1. Overview
  2. Docs
Lightweight reactive documents

Install

Dune Dependency

Authors

Maintainers

Sources

nottui-lwt-0.2.tbz
sha256=09d9ebbffb172789938869136562d7b70818d6167f4bb05b8b187c08af3b3221
sha512=a88cfbdce6ecd280d10c34a712b685b44c712981ac85e500dab1518e513f9ac0bc02d0469184df927ab86f29e330b3439bb7eb8fb9a11f90a0a37bf46fdaa53e

doc/lwd/Lwd_infix/index.html

Module Lwd_infixSource

Sourceval (let$) : 'a Lwd.t -> ('a -> 'b) -> 'b Lwd.t

Alias to Lwd.map' suitable for let-op bindings

Sourceval (let$*) : 'a Lwd.t -> ('a -> 'b Lwd.t) -> 'b Lwd.t

Alias to Lwd.bind suitable for let-op bindings

Sourceval (and$) : 'a Lwd.t -> 'b Lwd.t -> ('a * 'b) Lwd.t

Alias to Lwd.pair suitable for let-op bindings

Sourceval ($=) : 'a Lwd.var -> 'a -> unit

Infix alias to Lwd.set

Sourceval ($<-) : 'a Lwd_table.row -> 'a -> unit

Infix alias to Lwd_table.set

OCaml

Innovation. Community. Security.