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>CIssue (infer.InferModules.CIssue)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><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">InferModules</a> » CIssue</nav><h1>Module <code>InferModules.CIssue</code></h1></header><dl><dt class="spec type" id="type-mode"><a href="#type-mode" class="anchor"></a><code><span class="keyword">type</span> mode</code><code> = </code><table class="variant"><tr id="type-mode.On" class="anchored"><td class="def constructor"><a href="#type-mode.On" class="anchor"></a><code>| </code><code><span class="constructor">On</span></code></td></tr><tr id="type-mode.Off" class="anchored"><td class="def constructor"><a href="#type-mode.Off" class="anchor"></a><code>| </code><code><span class="constructor">Off</span></code></td></tr></table></dt><dt class="spec type" id="type-issue_desc0"><a href="#type-issue_desc0" class="anchor"></a><code><span class="keyword">type</span> <span>'issue_type issue_desc0</span></code><code> = </code><code>{</code><table class="record"><tr id="type-issue_desc0.issue_type" class="anchored"><td class="def field"><a href="#type-issue_desc0.issue_type" class="anchor"></a><code>issue_type : <span class="type-var">'issue_type</span>;</code></td><td class="doc"><p>issue type</p></td></tr><tr id="type-issue_desc0.description" class="anchored"><td class="def field"><a href="#type-issue_desc0.description" class="anchor"></a><code>description : string;</code></td><td class="doc"><p>Description in the error message</p></td></tr><tr id="type-issue_desc0.mode" class="anchored"><td class="def field"><a href="#type-issue_desc0.mode" class="anchor"></a><code>mode : <a href="index.html#type-mode">mode</a>;</code></td></tr><tr id="type-issue_desc0.loc" class="anchored"><td class="def field"><a href="#type-issue_desc0.loc" class="anchor"></a><code>loc : <a href="../../../InferBase/InferBase/Location/index.html#type-t">InferBase.Location.t</a>;</code></td><td class="doc"><p>location in the code</p></td></tr><tr id="type-issue_desc0.severity" class="anchored"><td class="def field"><a href="#type-issue_desc0.severity" class="anchor"></a><code>severity : <a href="../../../InferIR/InferIR/Exceptions/index.html#type-severity">InferIR.Exceptions.severity</a>;</code></td></tr><tr id="type-issue_desc0.suggestion" class="anchored"><td class="def field"><a href="#type-issue_desc0.suggestion" class="anchor"></a><code>suggestion : <span>string option</span>;</code></td><td class="doc"><p>an optional suggestion or correction</p></td></tr></table><code>}</code></dt><dt class="spec type" id="type-issue_desc"><a href="#type-issue_desc" class="anchor"></a><code><span class="keyword">type</span> issue_desc</code><code> = <span><a href="../../../InferBase/InferBase/IssueType/index.html#type-t">InferBase.IssueType.t</a> <a href="index.html#type-issue_desc0">issue_desc0</a></span></code></dt></dl><dl><dt class="spec value" id="val-pp_issue"><a href="#val-pp_issue" class="anchor"></a><code><span class="keyword">val</span> pp_issue : Stdlib.Format.formatter <span>-></span> <a href="index.html#type-issue_desc">issue_desc</a> <span>-></span> unit</code></dt><dt class="spec value" id="val-should_run_check"><a href="#val-should_run_check" class="anchor"></a><code><span class="keyword">val</span> should_run_check : <a href="index.html#type-mode">mode</a> <span>-></span> bool</code></dt></dl></div></body></html>
|