package qcheck-core

  1. Overview
  2. Docs
Core qcheck library

Install

Dune Dependency

Authors

Maintainers

Sources

0.13.tar.gz
md5=134c6b4ffc90076eef3041dbc01181f1
sha512=eab2f5a4ef79d061c2c708ea481b735f106752b1c7797b61d5d3c11e5003e57c103b0e3260e2797521d4faa6f4d9d6ce343b499d032fd65fd1bba4a94ab996eb

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 : verbose:bool -> print_res:bool -> print:('a, 'b) printer -> string -> 'c QCheck.Test.cell -> 'c QCheck.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.

On This Page
  1. Internal Utils