package bonsai

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

bonsai-v0.14.0.tar.gz
sha256=43f35d648644492d776bf2c7b86c8227e7793615b6a658432e95f8dccd3631f8
md5=b5e743dbfa64d0da5fd660f14cd0b549

doc/bonsai.web/Bonsai_web/Bonsai/Infix/index.html

Module Bonsai.Infix

val (>>>) : ('i1, 'r1) t -> ('r1, 'r2) t -> ('i1, 'r2) t

a >>> b is compose a b

val (>>|) : ('input, 'r1) t -> ('r1 -> 'r2) -> ('input, 'r2) t

t >>| f is map t ~f

val (@>>) : ('i1 -> 'i2) -> ('i2, 'result) t -> ('i1, 'result) t

f @>> t is the map_input t ~f

OCaml

Innovation. Community. Security.