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>ASTLanguage__ALVar (infer.ASTLanguage__ALVar)</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> » ASTLanguage__ALVar</nav><h1>Module <code>ASTLanguage__ALVar</code></h1></header><dl><dt class="spec type" id="type-keyword"><a href="#type-keyword" class="anchor"></a><code><span class="keyword">type</span> keyword</code><code> = </code><table class="variant"><tr id="type-keyword.Doc_url" class="anchored"><td class="def constructor"><a href="#type-keyword.Doc_url" class="anchor"></a><code>| </code><code><span class="constructor">Doc_url</span></code></td></tr><tr id="type-keyword.Message" class="anchored"><td class="def constructor"><a href="#type-keyword.Message" class="anchor"></a><code>| </code><code><span class="constructor">Message</span></code></td></tr><tr id="type-keyword.Mode" class="anchored"><td class="def constructor"><a href="#type-keyword.Mode" class="anchor"></a><code>| </code><code><span class="constructor">Mode</span></code></td></tr><tr id="type-keyword.Name" class="anchored"><td class="def constructor"><a href="#type-keyword.Name" class="anchor"></a><code>| </code><code><span class="constructor">Name</span></code></td></tr><tr id="type-keyword.Report_when" class="anchored"><td class="def constructor"><a href="#type-keyword.Report_when" class="anchor"></a><code>| </code><code><span class="constructor">Report_when</span></code></td></tr><tr id="type-keyword.Severity" class="anchored"><td class="def constructor"><a href="#type-keyword.Severity" class="anchor"></a><code>| </code><code><span class="constructor">Severity</span></code></td></tr><tr id="type-keyword.Suggestion" class="anchored"><td class="def constructor"><a href="#type-keyword.Suggestion" class="anchor"></a><code>| </code><code><span class="constructor">Suggestion</span></code></td></tr></table></dt><dt class="spec type" id="type-formula_id"><a href="#type-formula_id" class="anchor"></a><code><span class="keyword">type</span> formula_id</code><code> = </code><table class="variant"><tr id="type-formula_id.Formula_id" class="anchored"><td class="def constructor"><a href="#type-formula_id.Formula_id" class="anchor"></a><code>| </code><code><span class="constructor">Formula_id</span> <span class="keyword">of</span> string</code></td></tr></table></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare_formula_id"><a href="#val-compare_formula_id" class="anchor"></a><code><span class="keyword">val</span> compare_formula_id : <a href="index.html#type-formula_id">formula_id</a> <span>-></span> <a href="index.html#type-formula_id">formula_id</a> <span>-></span> int</code></dt></dl></div></div></div><dl><dt class="spec type" id="type-cached_regexp"><a href="#type-cached_regexp" class="anchor"></a><code><span class="keyword">type</span> cached_regexp</code><code> = </code><code>{</code><table class="record"><tr id="type-cached_regexp.string" class="anchored"><td class="def field"><a href="#type-cached_regexp.string" class="anchor"></a><code>string : string;</code></td></tr><tr id="type-cached_regexp.regexp" class="anchored"><td class="def field"><a href="#type-cached_regexp.regexp" class="anchor"></a><code>regexp : <span>Str.regexp <a href="../IStdlib/index.html#module-IStd">IStdlib.IStd</a>.Lazy.t</span>;</code></td></tr></table><code>}</code></dt><dd><p>a regexp and its cached compiled version</p></dd></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare_cached_regexp"><a href="#val-compare_cached_regexp" class="anchor"></a><code><span class="keyword">val</span> compare_cached_regexp : <a href="index.html#type-cached_regexp">cached_regexp</a> <span>
|