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

This file contains ambiguous Unicode characters!

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>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__Absarray (infer.InferModules__Absarray)</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> &#x00BB; InferModules__Absarray</nav><h1>Module <code>InferModules__Absarray</code></h1></header><dl><dt class="spec value" id="val-array_clean_new_index"><a href="#val-array_clean_new_index" class="anchor"></a><code><span class="keyword">val</span> array_clean_new_index : bool <span>&#45;&gt;</span> <a href="../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a> <span>&#45;&gt;</span> <a href="../../InferIR/InferIR/Exp/index.html#type-t">InferIR.Exp.t</a></code></dt><dd><p>This function should be used before adding a new index to Earray. The <code>exp</code> is the newly created index. This function &quot;cleans&quot; <code>exp</code> according to whether it is the footprint or current part of the prop. The function faults in the re - execution mode, as an internal check of the tool.</p></dd></dl><aside><p>Abstraction for Arrays</p></aside><dl><dt class="spec value" id="val-abstract_array_check"><a href="#val-abstract_array_check" class="anchor"></a><code><span class="keyword">val</span> abstract_array_check : <a href="../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a> <span>&#45;&gt;</span> <span><a href="../InferModules/Prop/index.html#type-normal">InferModules.Prop.normal</a> <a href="../InferModules/Prop/index.html#type-t">InferModules.Prop.t</a></span> <span>&#45;&gt;</span> <span><a href="../InferModules/Prop/index.html#type-normal">InferModules.Prop.normal</a> <a href="../InferModules/Prop/index.html#type-t">InferModules.Prop.t</a></span></code></dt><dd><p>Apply array abstraction and check the result</p></dd></dl><dl><dt class="spec value" id="val-array_abstraction_performed"><a href="#val-array_abstraction_performed" class="anchor"></a><code><span class="keyword">val</span> array_abstraction_performed : <span>bool <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.ref</span></code></dt><dd><p>Remember whether array abstraction was performed (to be reset before calling Abs.abstract)</p></dd></dl><dl><dt class="spec value" id="val-remove_redundant_elements"><a href="#val-remove_redundant_elements" class="anchor"></a><code><span class="keyword">val</span> remove_redundant_elements : <a href="../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a> <span>&#45;&gt;</span> <span><a href="../InferModules/Prop/index.html#type-normal">InferModules.Prop.normal</a> <a href="../InferModules/Prop/index.html#type-t">InferModules.Prop.t</a></span> <span>&#45;&gt;</span> <span><a href="../InferModules/Prop/index.html#type-normal">InferModules.Prop.normal</a> <a href="../InferModules/Prop/index.html#type-t">InferModules.Prop.t</a></span></code></dt><dd><p>remove redundant elements in an array</p></dd></dl></div></body></html>