package base_quickcheck

  1. Overview
  2. Docs
Randomized testing framework, designed for compatibility with Base

Install

dune-project
 Dependency

Authors

Maintainers

Sources

base_quickcheck-v0.15.0.tar.gz
sha256=360e6b8f3660398936ec88fecb9e7761370ee63acf8372d3208d4d31c00181f2

doc/src/base_quickcheck/base_quickcheck.ml.html

Source file base_quickcheck.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module Generator = Generator
module Observer = Observer
module Shrinker = Shrinker
module Test = Test
module Export = Export
include Export

(**/**)

(*_ This module is exposed only to make ocamldoc output more readable. *)
module With_basic_types = With_basic_types

module Private = struct
  module Bigarray_helpers = Bigarray_helpers
end