package bonsai

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

Install

Dune Dependency

Authors

Maintainers

Sources

bonsai-v0.13.0.tar.gz
sha256=5a492e4189037202ea780d228b2fd29da177da5c98dc2685f83968fc9f589d97
md5=36feac848fcb4118929df74939d1d111

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

Module Bonsai.Applicative_infix

val (<*>) : ('d, 'e, 'a -> 'b) t -> ('d, 'e, 'a) t -> ('d, 'e, 'b) t
val (<*) : ('d, 'e, 'a) t -> ('d, 'e, unit) t -> ('d, 'e, 'a) t
val (*>) : ('d, 'e, unit) t -> ('d, 'e, 'a) t -> ('d, 'e, 'a) t
val (>>|) : ('d, 'e, 'a) t -> ('a -> 'b) -> ('d, 'e, 'b) t
OCaml

Innovation. Community. Security.