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.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Pulselib__PulseLatentIssue (infer.Pulselib__PulseLatentIssue)</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> » Pulselib__PulseLatentIssue</nav><h1>Module <code>Pulselib__PulseLatentIssue</code></h1></header><div class="spec module" id="module-AbductiveDomain"><a href="#module-AbductiveDomain" class="anchor"></a><code><span class="keyword">module</span> AbductiveDomain = <a href="../Pulselib/index.html#module-PulseAbductiveDomain">Pulselib.PulseAbductiveDomain</a></code></div><aside><p>A subset of <code>PulseDiagnostic</code> that can be "latent", i.e. there is a potential issue in the code but we want to delay reporting until we see the conditions for the bug manifest themselves in some calling context.</p></aside><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = </code><table class="variant"><tr id="type-t.AccessToInvalidAddress" class="anchored"><td class="def constructor"><a href="#type-t.AccessToInvalidAddress" class="anchor"></a><code>| </code><code><span class="constructor">AccessToInvalidAddress</span> <span class="keyword">of</span> <a href="../Pulselib/PulseDiagnostic/index.html#type-access_to_invalid_address">Pulselib.PulseBasicInterface.Diagnostic.access_to_invalid_address</a></code></td></tr></table></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-equal"><a href="#val-equal" class="anchor"></a><code><span class="keyword">val</span> equal : <a href="index.html#type-t">t</a> <span>-></span> <a href="index.html#type-t">t</a> <span>-></span> bool</code></dt></dl></div></div></div><dl><dt class="spec value" id="val-to_diagnostic"><a href="#val-to_diagnostic" class="anchor"></a><code><span class="keyword">val</span> to_diagnostic : <a href="index.html#type-t">t</a> <span>-></span> <a href="../Pulselib/PulseDiagnostic/index.html#type-t">Pulselib.PulseBasicInterface.Diagnostic.t</a></code></dt><dt class="spec value" id="val-should_report"><a href="#val-should_report" class="anchor"></a><code><span class="keyword">val</span> should_report : <a href="../Pulselib/PulseAbductiveDomain/index.html#type-summary">AbductiveDomain.summary</a> <span>-></span> bool</code></dt><dt class="spec value" id="val-should_report_diagnostic"><a href="#val-should_report_diagnostic" class="anchor"></a><code><span class="keyword">val</span> should_report_diagnostic : <a href="../Pulselib/PulseAbductiveDomain/index.html#type-summary">AbductiveDomain.summary</a> <span>-></span> <a href="../Pulselib/PulseDiagnostic/index.html#type-t">Pulselib.PulseBasicInterface.Diagnostic.t</a> <span>-></span> <span>[ `ReportNow <span><span>| `DelayReport</span> of <a href="index.html#type-t">t</a></span> ]</span></code></dt><dt class="spec value" id="val-add_call"><a href="#val-add_call" class="anchor"></a><code><span class="keyword">val</span> add_call : <span>(<a href="../Pulselib/PulseCallEvent/index.html#type-t">Pulselib.PulseBasicInterface.CallEvent.t</a> * <a href="../IBase/Location/index.html#type-t">IBase.Location.t</a>)</span> <span>-></span> <a href="index.html#type-t">t</a> <span>-></span> <a href="index.html#type-t">t</a></code></dt></dl></div></body></html>
|