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>ProvisionalViolation (infer.Nullsafe.ProvisionalViolation)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><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> » <a href="../index.html">Nullsafe</a> » ProvisionalViolation</nav><h1>Module <code>Nullsafe.ProvisionalViolation</code></h1></header><aside><p>A simple wrapper over provisional violations for Rules</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.Assignment" class="anchored"><td class="def constructor"><a href="#type-t.Assignment" class="anchor"></a><code>| </code><code><span class="constructor">Assignment</span> <span class="keyword">of</span> <a href="../AssignmentRule/ProvisionalViolation/index.html#type-t">AssignmentRule.ProvisionalViolation.t</a></code></td></tr><tr id="type-t.Dereference" class="anchored"><td class="def constructor"><a href="#type-t.Dereference" class="anchor"></a><code>| </code><code><span class="constructor">Dereference</span> <span class="keyword">of</span> <a href="../DereferenceRule/ProvisionalViolation/index.html#type-t">DereferenceRule.ProvisionalViolation.t</a></code></td></tr></table></dt></dl><dl><dt class="spec value" id="val-of_issue"><a href="#val-of_issue" class="anchor"></a><code><span class="keyword">val</span> of_issue : <a href="../TypeErr/index.html#type-err_instance">TypeErr.err_instance</a> <span>-></span> <span><a href="index.html#type-t">t</a> option</span></code></dt><dd><p>If the nullsafe issue is associated with a provisional violation, return it</p></dd></dl></div></body></html>
|