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/Value/index.html

Module Bonsai_quickcheck.ValueSource

Sourcetype 'a t =
  1. | Return : 'a -> 'a t
  2. | Map : 'a t * ('a, 'cmp) Witness.t * ('a, 'b) Function.t -> 'b t
  3. | Real_value : 'a Bonsai.Value.t -> 'a t
  4. | Var : 'a -> 'a t
  5. | Both : {
    1. first : 'a t;
    2. first_witness : ('a, _) Witness.t;
    3. second : 'b t;
    4. second_witness : ('b, _) Witness.t;
    } -> ('a * 'b) t
Sourcetype packed =
  1. | T : {
    1. unpacked : 'a t;
    2. witness : ('a, 'cmp) Witness.t;
    } -> packed
OCaml

Innovation. Community. Security.