package qcheck-core

  1. Overview
  2. Docs
Core qcheck library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.25.tar.gz
md5=e1e928bf792c27de5c072f9123eeaec9
sha512=a0b5791cea09f98f1f17221e6289b87a7a1c16ae1c9af0c2e5bd6a170f2cf8727dba0759a7fd932d5d617e8c242562d69187c7e74eefd5262bc5fd75a322699e

doc/qcheck-core.runner/QCheck_base_runner/Raw/index.html

Module QCheck_base_runner.RawSource

Internal Utils

We provide NO stability guarantee for this module. Use at your own risks.

Sourcetype ('b, 'c) printer = {
  1. info : 'a. ('a, 'b, 'c, unit) format4 -> 'a;
  2. fail : 'a. ('a, 'b, 'c, unit) format4 -> 'a;
  3. err : 'a. ('a, 'b, 'c, unit) format4 -> 'a;
}
Sourceval print_std : (out_channel, unit) printer
Sourceval callback : colors:bool -> verbose:bool -> print_res:bool -> print:('a, 'b) printer -> string -> 'c QCheck2.Test.cell -> 'c QCheck2.TestResult.t -> unit
Sourcetype cli_args = {
  1. cli_verbose : bool;
  2. cli_long_tests : bool;
  3. cli_print_list : bool;
  4. cli_rand : Random.State.t;
  5. cli_slow_test : int;
  6. cli_colors : bool;
  7. cli_debug_shrink : out_channel option;
  8. cli_debug_shrink_list : string list;
}
Sourceval parse_cli : full_options:bool -> string array -> cli_args
OCaml

Innovation. Community. Security.