Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > ee3d8430cc80796773ea2e1c8ad4ef5d > files > 153

ocaml-reins-devel-0.1a-10.fc15.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Reins.Quickcheck.Law.html">
<link rel="Up" href="Reins.Quickcheck.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Reins" rel="Chapter" href="Reins.html"><title>Reins.Quickcheck.Config</title>
</head>
<body>
<div class="navbar"><a href="Reins.Quickcheck.Law.html">Previous</a>
&nbsp;<a href="Reins.Quickcheck.html">Up</a>
&nbsp;</div>
<center><h1>Module type <a href="type_Reins.Quickcheck.Config.html">Reins.Quickcheck.Config</a></h1></center>
<br>
<pre><span class="keyword">module type</span> Config = <code class="code">sig</code> <a href="Reins.Quickcheck.Config.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span id="VALnum_iterations"><span class="keyword">val</span> num_iterations</span> : <code class="type">int</code></pre><div class="info">
This value determines how many inputs will be passed to the
	<a href="Reins.Quickcheck.Law.html#VALlaw"><code class="code">Reins.Quickcheck.Law.law</code></a> function.  Values that are signaled to be trivial
	are not counted.<br>
</div>
<pre><span id="VALsize_arg"><span class="keyword">val</span> size_arg</span> : <code class="type">int option</code></pre><div class="info">
This value is passed as the option size paramter to the
	function <a href="Reins.Types.Mono.Arbitrary.html#VALgen"><code class="code">Reins.Types.Mono.Arbitrary.gen</code></a> when generating input
	for a law.<br>
</div>
<pre><span id="VALmax_trivial_percentage"><span class="keyword">val</span> max_trivial_percentage</span> : <code class="type">float</code></pre><div class="info">
This value determines how many inputs are allowed to be
	classified as trivial before giving up and classifying the law
	as failed.  The value should be in the range [0\.0,1\.0)<br>
</div>
</body></html>