package bonsai

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

Install

Dune Dependency

Authors

Maintainers

Sources

bonsai-v0.16.0.tar.gz
sha256=1d68aab713659951eba5b85f21d6f9382e0efa8579a02c3be65d9071c6e86303

doc/bonsai.quickcheck/Bonsai_quickcheck/Function/index.html

Module Bonsai_quickcheck.FunctionSource

Sourcetype ('input, 'output) t =
  1. | Identity : ('input, 'input) t
  2. | Const : 'output -> ('input, 'output) t
  3. | Add_const : int -> (int, int) t
  4. | Snd : ('a * 'b, 'b) t
  5. | Map_tuple : ('a, 'b) t * ('c, 'd) t -> ('a * 'c, 'b * 'd) t
  6. | Make_either : [ `First | `Second ] -> ('a * 'b, ('a, 'b) Core.Either.t) t
OCaml

Innovation. Community. Security.