package eliom

  1. Overview
  2. Docs
Advanced Client/server Web and mobile framework

Install

Dune Dependency

Authors

Maintainers

Sources

10.2.0.tar.gz
md5=089b68d5bac8dfae1116923f6d95b39c
sha512=b4828b57d963d217ca0efd871b1c0b3f8816c7971825eb49d0dc06dbd91004fc659f83f9121d849ab8de47560941d07b2b9c1838b3387e7c1a4d3d6b9058936b

doc/eliom.server/Eliom_shared/React/S/Lwt/index.html

Module S.LwtSource

Cooperative versions of the React operators

Sourceval map_s : ?eq:('b -> 'b -> bool) Value.t -> ('a -> 'b Lwt.t) Value.t -> 'a t -> 'b t Lwt.t
Sourceval l2_s : ?eq:('c -> 'c -> bool) Value.t -> ('a -> 'b -> 'c Lwt.t) Value.t -> 'a t -> 'b t -> 'c t Lwt.t
Sourceval l3_s : ?eq:('d -> 'd -> bool) Value.t -> ('a -> 'b -> 'c -> 'd Lwt.t) Value.t -> 'a t -> 'b t -> 'c t -> 'd t Lwt.t
Sourceval l4_s : ?eq:('e -> 'e -> bool) Value.t -> ('a -> 'b -> 'c -> 'd -> 'e Lwt.t) Value.t -> 'a t -> 'b t -> 'c t -> 'd t -> 'e t Lwt.t
Sourceval l5_s : ?eq:('f -> 'f -> bool) Value.t -> ('a -> 'b -> 'c -> 'd -> 'e -> 'f Lwt.t) Value.t -> 'a t -> 'b t -> 'c t -> 'd t -> 'e t -> 'f t Lwt.t
Sourceval l6_s : ?eq:('g -> 'g -> bool) Value.t -> ('a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g Lwt.t) Value.t -> 'a t -> 'b t -> 'c t -> 'd t -> 'e t -> 'f t -> 'g t Lwt.t
Sourceval merge_s : ?eq:('a -> 'a -> bool) Value.t -> ('a -> 'b -> 'a Lwt.t) Value.t -> 'a -> 'b t list -> 'a t Lwt.t
OCaml

Innovation. Community. Security.