You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
3.7 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Biabduction__BiabductionConfig (infer.Biabduction__BiabductionConfig)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../index.html">infer</a> &#x00BB; Biabduction__BiabductionConfig</nav><h1>Module <code>Biabduction__BiabductionConfig</code></h1><nav class="toc"><ul><li><a href="#global-variables">Global variables</a></li><li><a href="#global-variables-with-initial-values-specified-by-command-line-options">Global variables with initial values specified by command-line options</a></li></ul></nav></header><section><header><h3 id="global-variables"><a href="#global-variables" class="anchor"></a>Global variables</h3></header><dl><dt class="spec value" id="val-footprint"><a href="#val-footprint" class="anchor"></a><code><span class="keyword">val</span> footprint : <span>bool <a href="../IStdlib/index.html#module-IStd">IStdlib.IStd</a>.ref</span></code></dt><dt class="spec value" id="val-run_in_footprint_mode"><a href="#val-run_in_footprint_mode" class="anchor"></a><code><span class="keyword">val</span> run_in_footprint_mode : <span>(<span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'b</span>)</span> <span>&#45;&gt;</span> <span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'b</span></code></dt><dd><p>Call f x with footprint set to true. Restore the initial value of footprint also in case of exception.</p></dd></dl><dl><dt class="spec value" id="val-run_in_re_execution_mode"><a href="#val-run_in_re_execution_mode" class="anchor"></a><code><span class="keyword">val</span> run_in_re_execution_mode : <span>(<span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'b</span>)</span> <span>&#45;&gt;</span> <span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'b</span></code></dt><dd><p>Call f x with footprint set to false. Restore the initial value of footprint also in case of exception.</p></dd></dl></section><section><header><h3 id="global-variables-with-initial-values-specified-by-command-line-options"><a href="#global-variables-with-initial-values-specified-by-command-line-options" class="anchor"></a>Global variables with initial values specified by command-line options</h3></header><dl><dt class="spec value" id="val-abs_val"><a href="#val-abs_val" class="anchor"></a><code><span class="keyword">val</span> abs_val : <span>int <a href="../IStdlib/index.html#module-IStd">IStdlib.IStd</a>.ref</span></code></dt><dt class="spec value" id="val-reset_abs_val"><a href="#val-reset_abs_val" class="anchor"></a><code><span class="keyword">val</span> reset_abs_val : unit <span>&#45;&gt;</span> unit</code></dt><dt class="spec value" id="val-run_with_abs_val_equal_zero"><a href="#val-run_with_abs_val_equal_zero" class="anchor"></a><code><span class="keyword">val</span> run_with_abs_val_equal_zero : <span>(<span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'b</span>)</span> <span>&#45;&gt;</span> <span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'b</span></code></dt><dd><p>Call f x with abs_val set to zero. Restore the initial value also in case of exception.</p></dd></dl><dl><dt class="spec value" id="val-allow_leak"><a href="#val-allow_leak" class="anchor"></a><code><span class="keyword">val</span> allow_leak : <span>bool <a href="../IStdlib/index.html#module-IStd">IStdlib.IStd</a>.ref</span></code></dt></dl></section></div></body></html>