Async_quickcheckSourceinclude Core.Quickcheck.Quickcheck_configuredval random_value :
?seed:Core__Quickcheck_intf.seed ->
?size:Core__.Import.int ->
'a Base_quickcheck.Generator.t ->
'aval iter :
?seed:Core__Quickcheck_intf.seed ->
?sizes:Core__.Import.int Core__.Sequence.t ->
?trials:Core__.Import.int ->
'a Base_quickcheck.Generator.t ->
f:('a -> Core__.Import.unit) ->
Core__.Import.unitval test :
?seed:Core__Quickcheck_intf.seed ->
?sizes:Core__.Import.int Core__.Sequence.t ->
?trials:Core__.Import.int ->
?shrinker:'a Base_quickcheck.Shrinker.t ->
?shrink_attempts:Core__Quickcheck_intf.shrink_attempts ->
?sexp_of:('a -> Base.Sexp.t) ->
?examples:'a Core__.Import.list ->
'a Base_quickcheck.Generator.t ->
f:('a -> Core__.Import.unit) ->
Core__.Import.unitval test_or_error :
?seed:Core__Quickcheck_intf.seed ->
?sizes:Core__.Import.int Core__.Sequence.t ->
?trials:Core__.Import.int ->
?shrinker:'a Base_quickcheck.Shrinker.t ->
?shrink_attempts:Core__Quickcheck_intf.shrink_attempts ->
?sexp_of:('a -> Base.Sexp.t) ->
?examples:'a Core__.Import.list ->
'a Base_quickcheck.Generator.t ->
f:('a -> Core__.Import.unit Core__.Or_error.t) ->
Core__.Import.unit Core__.Or_error.tval test_can_generate :
?seed:Core__Quickcheck_intf.seed ->
?sizes:Core__.Import.int Core__.Sequence.t ->
?trials:Core__.Import.int ->
?sexp_of:('a -> Base.Sexp.t) ->
'a Base_quickcheck.Generator.t ->
f:('a -> Core__.Import.bool) ->
Core__.Import.unitval test_distinct_values :
?seed:Core__Quickcheck_intf.seed ->
?sizes:Core__.Import.int Core__.Sequence.t ->
?sexp_of:('a -> Base.Sexp.t) ->
'a Base_quickcheck.Generator.t ->
trials:Core__.Import.int ->
distinct_values:Core__.Import.int ->
compare:('a -> 'a -> Core__.Import.int) ->
Core__.Import.unitval random_sequence :
?seed:Core__Quickcheck_intf.seed ->
?sizes:Core__.Import.int Core__.Sequence.t ->
'a Base_quickcheck.Generator.t ->
'a Core__.Sequence.tval async_test :
?seed:Core.Quickcheck.seed ->
?sizes:int Core.Sequence.t ->
?trials:int ->
?shrinker:'a Core.Quickcheck.Shrinker.t ->
?shrink_attempts:Core.Quickcheck.shrink_attempts ->
?sexp_of:('a -> Core.Sexp.t) ->
?examples:'a list ->
'a Core.Quickcheck.Generator.t ->
f:('a -> unit Async_kernel.Deferred.t) ->
unit Async_kernel.Deferred.tLike test, but for asynchronous tests.