<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>ASTLanguage__ALIssues (infer.ASTLanguage__ALIssues)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.1"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../index.html">infer</a>» ASTLanguage__ALIssues</nav><h1>Module <code>ASTLanguage__ALIssues</code></h1></header><dl><dtclass="spec value"id="val-issue_log"><ahref="#val-issue_log"class="anchor"></a><code><spanclass="keyword">val</span> issue_log : <span><ahref="../Absint/IssueLog/index.html#type-t">Absint.IssueLog.t</a><ahref="../IStdlib/index.html#module-IStd">IStdlib.IStd</a>.ref</span></code></dt></dl><dl><dtclass="spec type"id="type-linter"><ahref="#type-linter"class="anchor"></a><code><spanclass="keyword">type</span> linter</code><code> = </code><code>{</code><tableclass="record"><trid="type-linter.condition"class="anchored"><tdclass="def field"><ahref="#type-linter.condition"class="anchor"></a><code>condition : <ahref="../ASTLanguage/CTLTypes/index.html#type-t">ASTLanguage.CTLTypes.t</a>;</code></td></tr><trid="type-linter.issue_desc"class="anchored"><tdclass="def field"><ahref="#type-linter.issue_desc"class="anchor"></a><code>issue_desc : <ahref="../ASTLanguage/CIssue/index.html#type-t">ASTLanguage.CIssue.t</a>;</code></td></tr><trid="type-linter.whitelist_paths"class="anchored"><tdclass="def field"><ahref="#type-linter.whitelist_paths"class="anchor"></a><code>whitelist_paths : <span><ahref="../ASTLanguage/ALVar/index.html#type-t">ASTLanguage.ALVar.t</a> list</span>;</code></td></tr><trid="type-linter.blacklist_paths"class="anchored"><tdclass="def field"><ahref="#type-linter.blacklist_paths"class="anchor"></a><code>blacklist_paths : <span><ahref="../ASTLanguage/ALVar/index.html#type-t">ASTLanguage.ALVar.t</a> list</span>;</code></td></tr></table><code>}</code></dt></dl><dl><dtclass="spec value"id="val-filter_parsed_linters"><ahref="#val-filter_parsed_linters"class="anchor"></a><code><spanclass="keyword">val</span> filter_parsed_linters : <span><ahref="index.html#type-linter">linter</a> list</span><span>-></span><ahref="../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a><span>-></span><span><ahref="index.html#type-linter">linter</a> list</span></code></dt><dtclass="spec value"id="val-pp_linters"><ahref="#val-pp_linters"class="anchor"></a><code><spanclass="keyword">val</span> pp_linters : Stdlib.Format.formatter <span>-></span><span><ahref="index.html#type-linter">linter</a> list</span><span>-></span> unit</code></dt></dl><dl><dtclass="spec type"id="type-macros_map"><ahref="#type-macros_map"class="anchor"></a><code><spanclass="keyword">type</span> macros_map</code><code> = <span><span>(bool * <span><ahref="../ASTLanguage/ALVar/index.html#type-t">ASTLanguage.ALVar.t</a> list</span> * <ahref="../ASTLanguage/CTLTypes/index.html#type-t">ASTLanguage.CTLTypes.t</a>)</span><ahref="../ASTLanguage__ALVar/index.html#module-FormulaIdMap">ASTLanguage.ALVar.FormulaIdMap</a>.t</span></code></dt><dd><p>map used to expand macro. It maps a formula id to a triple (visited, parameters, definition). Visited is used during the expansion phase to understand if the formula was already expanded and, if yes we have a cyclic definifion</p></dd></dl><dl><dtclass="spec type"id="type-paths_map"><ahref="#type-paths_map"class="anchor"></a><code><spanclass="keyword">type</span> paths_map</code><code> = <span><span><ahref="../ASTLanguage/ALVar/index.html#type-t">ASTLanguage.ALVar.t</a> list</span><ahref="../ASTLanguage__ALVar/index.html#module-VarMap">ASTLanguage.ALVar.VarMap</a>.t</span></code></dt><dd><p>Map a path name to a list of paths.</p></dd></dl><dl><dtclass="spec value"id="val-invoke_set_of_checkers_on_node"><ahref="#val-invoke_set_of_checke