This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>Idenv (infer.InferModules.Idenv)</title><linkrel="stylesheet"href="../../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc %%VERSION%%"/><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>»<ahref="../index.html">InferModules</a>» Idenv</nav><h1>Module <code>InferModules.Idenv</code></h1></header><aside><p>Environment for temporary identifiers used in instructions. Lazy implementation: only created when actually used.</p></aside><dl><dtclass="spec type"id="type-t"><ahref="#type-t"class="anchor"></a><code><spanclass="keyword">type</span> t</code></dt></dl><dl><dtclass="spec value"id="val-create"><ahref="#val-create"class="anchor"></a><code><spanclass="keyword">val</span> create : <ahref="../../../InferIR/InferIR/Procdesc/index.html#type-t">InferIR.Procdesc.t</a><span>-></span><ahref="index.html#type-t">t</a></code></dt><dtclass="spec value"id="val-expand_expr"><ahref="#val-expand_expr"class="anchor"></a><code><spanclass="keyword">val</span> expand_expr : <ahref="index.html#type-t">t</a><span>-></span><ahref="../../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a><span>-></span><ahref="../../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a></code></dt><dtclass="spec value"id="val-exp_is_temp"><ahref="#val-exp_is_temp"class="anchor"></a><code><spanclass="keyword">val</span> exp_is_temp : <ahref="index.html#type-t">t</a><span>-></span><ahref="../../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a><span>-></span> bool</code></dt><dtclass="spec value"id="val-expand_expr_temps"><ahref="#val-expand_expr_temps"class="anchor"></a><code><spanclass="keyword">val</span> expand_expr_temps : <ahref="index.html#type-t">t</a><span>-></span><ahref="../../../InferIR/InferIR/Procdesc/Node/index.html#type-t">InferIR.Procdesc.Node.t</a><span>-></span><ahref="../../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a><span>-></span><ahref="../../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a></code></dt><dd><p>Stronger version of expand_expr which also expands a temporary variable.</p></dd></dl></div></body></html>