package lwd

  1. Overview
  2. Docs
Lightweight reactive documents

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lwd-0.3.tbz
sha256=1ffbf25b6b67d8e06e5b07263ecf0d7083578057bddcc4b145df1dcdea170112
sha512=95b1fd4b7fcce72f4e220cc9a6cb3c14ea352faeac239345cca61a8906c328078e5ff3143e04c2602710e1ac4c3513d4f19c6ab62ffc716f195a3f9e0ba0560c

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