package async

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file async_quickcheck_intf.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
open! Core_kernel
open! Async_kernel

module type Quickcheck_async_configured = sig
  include Quickcheck.Quickcheck_configured

  (** Like [test], but for asynchronous tests. *)
  val async_test
    :  ?seed:Quickcheck.seed
    -> ?trials:int
    -> ?sexp_of:('a -> Sexp.t)
    -> 'a Quickcheck.Generator.t
    -> f:('a -> unit Deferred.t)
    -> unit Deferred.t
end
OCaml

Innovation. Community. Security.