This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>Pulselib__PulseExecutionDomain (infer.Pulselib__PulseExecutionDomain)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.1"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../index.html">infer</a>» Pulselib__PulseExecutionDomain</nav><h1>Module <code>Pulselib__PulseExecutionDomain</code></h1></header><divclass="spec module"id="module-AbductiveDomain"><ahref="#module-AbductiveDomain"class="anchor"></a><code><spanclass="keyword">module</span> AbductiveDomain = <ahref="../Pulselib/index.html#module-PulseAbductiveDomain">Pulselib.PulseAbductiveDomain</a></code></div><divclass="spec module"id="module-LatentIssue"><ahref="#module-LatentIssue"class="anchor"></a><code><spanclass="keyword">module</span> LatentIssue = <ahref="../Pulselib/index.html#module-PulseLatentIssue">Pulselib.PulseLatentIssue</a></code></div><dl><dtclass="spec type"id="type-base_t"><ahref="#type-base_t"class="anchor"></a><code><spanclass="keyword">type</span><span>'abductive_domain_t base_t</span></code><code> = </code><tableclass="variant"><trid="type-base_t.ContinueProgram"class="anchored"><tdclass="def constructor"><ahref="#type-base_t.ContinueProgram"class="anchor"></a><code>| </code><code><spanclass="constructor">ContinueProgram</span><spanclass="keyword">of</span><spanclass="type-var">'abductive_domain_t</span></code></td><tdclass="doc"><p>represents the state at the program point</p></td></tr><trid="type-base_t.ExitProgram"class="anchored"><tdclass="def constructor"><ahref="#type-base_t.ExitProgram"class="anchor"></a><code>| </code><code><spanclass="constructor">ExitProgram</span><spanclass="keyword">of</span><spanclass="type-var">'abductive_domain_t</span></code></td><tdclass="doc"><p>represents the state originating at exit/divergence.</p></td></tr><trid="type-base_t.AbortProgram"class="anchored"><tdclass="def constructor"><ahref="#type-base_t.AbortProgram"class="anchor"></a><code>| </code><code><spanclass="constructor">AbortProgram</span><spanclass="keyword">of</span><ahref="../Pulselib/PulseAbductiveDomain/index.html#type-summary">AbductiveDomain.summary</a></code></td><tdclass="doc"><p>represents the state at the program point that caused an error</p></td></tr><trid="type-base_t.LatentAbortProgram"class="anchored"><tdclass="def constructor"><ahref="#type-base_t.LatentAbortProgram"class="anchor"></a><code>| </code><code><spanclass="constructor">LatentAbortProgram</span><spanclass="keyword">of</span></code><code>{</code><tableclass="record"><trid="type-base_t.astate"class="anchored"><tdclass="def field"><ahref="#type-base_t.astate"class="anchor"></a><code>astate : <ahref="../Pulselib/PulseAbductiveDomain/index.html#type-summary">AbductiveDomain.summary</a>;</code></td></tr><trid="type-base_t.latent_issue"class="anchored"><tdclass="def field"><ahref="#type-base_t.latent_issue"class="anchor"></a><code>latent_issue : <ahref="../Pulselib/PulseLatentIssue/index.html#type-t">LatentIssue.t</a>;</code></td></tr></table><code>}</code></td><tdclass="doc"><p>this path leads to an error but we don't have conclusive enough data to report it yet</p></td></tr></table></dt><dtclass="spec type"id="type-t"><ahref="#type-t"class="anchor"></a><code><spanclass="keyword">type</span> t</code><code> = <span><ahref="../Pulselib/PulseAbductiveDomain/index.html#type-t">AbductiveDomain.t</a><ahref="index.html#type-base_t">base_t</a></span></code></dt></dl><div><divclass="spec include"><divclass="doc"><detailsopen="open"><summary><spanclass="def"><code><spanclass="keyword">include</span><ahref="../Absint/AbstractDomain/index.html#module-type-NoJoin">Absint.AbstractDomain.NoJoin</a><spanclass="keyword">with</span><spanclass="keyword">type</span><ahref="../Absint/AbstractDomain/module-type-NoJoin/index.html#type-t">t</a> := <ahref="index.html#type-t">t</a></code></span></summary><div><divclass="spec include"><divclass="doc"><detailsopen="open"><summary><spanclass="def"><code><spanclass="keyword">include</span><ahref="../IStdlib/PrettyPrintable/index.html#module-type-PrintableType">IStdlib.PrettyPrintable.PrintableType</a></code></span></summary><dl><dtclass="spec type"id="type-t"><ahref="#type-t"class="anchor"></a><code><spanclass="keyword">type</span> t</code></dt></dl><dl><dtclass="spec value"id="val-pp"><ahref="#val-pp"class="anchor"></a><code><spanclass="keyword">val</span> pp : <ahref="../IStdlib/PrettyPrintable/index.html#module-F">IStdlib.PrettyPrintable.F</a>.formatter <span>-></span><ahref="index.html#type-t">t</a><span>-></span> unit</code></dt></dl></details></div></div></div><dl><dtclass="spec value"id="val-leq"><ahref="#val-leq"class="anchor"></a><code><spanclass="keyword">val</span> leq : <span>lhs:<ahref="index.html#type-t">t</a></span><span>-></span><span>rhs:<ahref="index.html#type-t">t</a></span><span>-></span> bool</code></dt><dd><p>the implication relation: <code>lhs <= rhs</code> means <code>lhs |- rhs</code></p></dd></dl></details></div></div></div><dl><dtclass="spec value"id="val-continue"><ahref="#val-continue"class="anchor"></a><code><spanclass="keyword">val</span> continue : <ahref="../Pulselib/PulseAbductiveDomain/index.html#type-t">AbductiveDomain.t</a><span>-></span><ahref="index.html#type-t">t</a></code></dt><dtclass="spec value"id="val-mk_initial"><ahref="#val-mk_initial"class="anchor"></a><code><spanclass="keyword">val</span> mk_initial : <ahref="../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a><span>-></span><ahref="index.html#type-t">t</a></code></dt></dl><dl><dtclass="spec type"id="type-summary"><ahref="#type-summary"class="anchor"></a><code><spanclass="keyword">type</span> summary</code><code> = <span><ahref="../Pulselib/PulseAbductiveDomain/index.html#type-summary">AbductiveDomain.summary</a><ahref="index.html#type-base_t">base_t</a></span></code></dt></dl><dl><dtclass="spec value"id="val-summary_of_posts"><ahref="#val-summary_of_posts"class="anchor"></a><code><spanclass="keyword">val</span> summary_of_posts : <ahref="../IR/Procdesc/index.html#type-t">IR.Procdesc.t</a><span>-></span><span><ahref="index.html#type-t">t</a> list</span><span>-></span><span><ahref="index.html#type-summary">summary</a> list</span></code></dt></dl></div></body></html>