package eliom

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

Install

Dune Dependency

Authors

Maintainers

Sources

10.3.0.tar.gz
md5=36c211d19776e6362feb57a4913efc11
sha512=9d8d3aadbd2174fe4edeba9e535cfa8ed974db5e406f0a6e2669a71e208f459da7ca8060628f3f19957b7b1911083a373653abf7e5385bb16d2ccee4ba49e80a

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

Module S.InfixSource

Infix operators

Sourceval (>|=) : 'a t -> ('a -> 'b) Value.t -> 'b t

s >|= f is map f s.

Sourceval (=|<) : ('a -> 'b) Value.t -> 'a t -> 'b t

f =|< s is map f s.

OCaml

Innovation. Community. Security.