2 lines
2.9 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>Absarray (infer.Biabduction.Absarray)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><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; <a href="../index.html">Biabduction</a> &#x00BB; Absarray</nav><h1>Module <code>Biabduction.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="../../IR/Exp/index.html#type-t">IR.Exp.t</a> <span>&#45;&gt;</span> <a href="../../IR/Exp/index.html#type-t">IR.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="../../IR/Tenv/index.html#type-t">IR.Tenv.t</a> <span>&#45;&gt;</span> <span><a href="../Prop/index.html#type-normal">Prop.normal</a> <a href="../Prop/index.html#type-t">Prop.t</a></span> <span>&#45;&gt;</span> <span><a href="../Prop/index.html#type-normal">Prop.normal</a> <a href="../Prop/index.html#type-t">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="../../IStdlib/index.html#module-IStd">IStdlib.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="../../IR/Tenv/index.html#type-t">IR.Tenv.t</a> <span>&#45;&gt;</span> <span><a href="../Prop/index.html#type-normal">Prop.normal</a> <a href="../Prop/index.html#type-t">Prop.t</a></span> <span>&#45;&gt;</span> <span><a href="../Prop/index.html#type-normal">Prop.normal</a> <a href="../Prop/index.html#type-t">Prop.t</a></span></code></dt><dd><p>remove redundant elements in an array</p></dd></dl></div></body></html>