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>Itv (infer.BO.Itv)</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> » <a href="../index.html">BO</a> » Itv</nav><h1>Module <code>BO.Itv</code></h1></header><div class="spec module" id="module-F"><a href="#module-F" class="anchor"></a><code><span class="keyword">module</span> F = Stdlib.Format</code></div><div class="spec module" id="module-Bound"><a href="#module-Bound" class="anchor"></a><code><span class="keyword">module</span> Bound = <a href="../Bounds/index.html#module-Bound">Bounds.Bound</a></code></div><div class="spec module" id="module-SymbolPath"><a href="#module-SymbolPath" class="anchor"></a><code><span class="keyword">module</span> SymbolPath = <a href="../Symb/index.html#module-SymbolPath">Symb.SymbolPath</a></code></div><div class="spec module" id="module-SymbolSet"><a href="#module-SymbolSet" class="anchor"></a><code><span class="keyword">module</span> SymbolSet = <a href="../Symb/index.html#module-SymbolSet">Symb.SymbolSet</a></code></div><div class="spec module" id="module-ItvRange"><a href="#module-ItvRange" class="anchor"></a><code><span class="keyword">module</span> <a href="ItvRange/index.html">ItvRange</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-ItvPure"><a href="#module-ItvPure" class="anchor"></a><code><span class="keyword">module</span> <a href="ItvPure/index.html">ItvPure</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div><div class="spec include"><div class="doc"><details open="open"><summary><span class="def"><code><span class="keyword">include</span> <span class="keyword">module</span> <span class="keyword">type</span> <span class="keyword">of</span> <span class="keyword">sig</span> ... <span class="keyword">end</span></code></span></summary><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = <span><a href="ItvPure/index.html#type-t">ItvPure.t</a> <a href="../../Absint__AbstractDomain/Types/index.html#type-bottom_lifted">Absint__AbstractDomain.Types.bottom_lifted</a></span></code></dt></dl><dl><dt class="spec value" id="val-pp"><a href="#val-pp" class="anchor"></a><code><span class="keyword">val</span> pp : <a href="../../IStdlib/PrettyPrintable/index.html#module-F">IStdlib.PrettyPrintable.F</a>.formatter <span>-></span> <a href="index.html#type-t">t</a> <span>-></span> unit</code></dt><dt class="spec value" id="val-leq"><a href="#val-leq" class="anchor"></a><code><span class="keyword">val</span> leq : <span>lhs:<a href="index.html#type-t">t</a></span> <span>-></span> <span>rhs:<a href="index.html#type-t">t</a></span> <span>-></span> bool</code></dt><dt class="spec value" id="val-join"><a href="#val-join" class="anchor"></a><code><span class="keyword">val</span> join : <a href="index.html#type-t">t</a> <span>-></span> <a href="index.html#type-t">t</a> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-widen"><a href="#val-widen" class="anchor"></a><code><span class="keyword">val</span> widen : <span>prev:<a href="index.html#type-t">t</a></span> <span>-></span> <span>next:<a href="index.html#type-t">t</a></span> <span>-></span> <span>num_iters:int</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-bottom"><a href="#val-bottom" class="anchor"></a><code><span class="keyword">val</span> bottom : <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-is_bottom"><a href="#val-is_bottom" class="anchor"></a>
|