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
2.0 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Nullsafe__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> &#x00BB; Nullsafe__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="../Nullsafe/AssignmentRule/ProvisionalViolation/index.html#type-t">Nullsafe.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="../Nullsafe/DereferenceRule/ProvisionalViolation/index.html#type-t">Nullsafe.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="../Nullsafe/TypeErr/index.html#type-err_instance">Nullsafe.TypeErr.err_instance</a> <span>&#45;&gt;</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>