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>InferModules__AbstractInterpreter (infer.InferModules__AbstractInterpreter)</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>» InferModules__AbstractInterpreter</nav><h1>Module <code>InferModules__AbstractInterpreter</code></h1></header><divclass="spec module"id="module-VisitCount"><ahref="#module-VisitCount"class="anchor"></a><code><spanclass="keyword">module</span><ahref="VisitCount/index.html">VisitCount</a> : <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module"id="module-State"><ahref="#module-State"class="anchor"></a><code><spanclass="keyword">module</span><ahref="State/index.html">State</a> : <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><dl><dtclass="spec module-type"id="module-type-S"><ahref="#module-type-S"class="anchor"></a><code><spanclass="keyword">module</span><spanclass="keyword">type</span><ahref="module-type-S/index.html">S</a> = <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></dt><dd><p>type of an intraprocedural abstract interpreter</p></dd></dl><divclass="spec module-type"id="module-type-Make"><ahref="#module-type-Make"class="anchor"></a><code><spanclass="keyword">module</span><spanclass="keyword">type</span><ahref="module-type-Make/index.html">Make</a> = <spanclass="keyword">functor</span> (<ahref="module-type-Make/argument-1-TransferFunctions/index.html">TransferFunctions</a> : <ahref="../InferModules/TransferFunctions/index.html#module-type-SIL">InferModules.TransferFunctions.SIL</a>) <span>-></span><ahref="index.html#module-type-S">S</a><spanclass="keyword">with</span><spanclass="keyword">module</span><ahref="module-type-Make/TransferFunctions/index.html">TransferFunctions</a> = <ahref="module-type-Make/index.html#argument-1-TransferFunctions">TransferFunctions</a></code></div><dl><dtclass="spec module"id="module-MakeRPO"><ahref="#module-MakeRPO"class="anchor"></a><code><spanclass="keyword">module</span><ahref="MakeRPO/index.html">MakeRPO</a> : <ahref="index.html#module-type-Make">Make</a></code></dt><dd><p>create an intraprocedural abstract interpreter from transfer functions using the reverse post-order scheduler</p></dd></dl><dl><dtclass="spec module"id="module-MakeWTO"><ahref="#module-MakeWTO"class="anchor"></a><code><spanclass="keyword">module</span><ahref="MakeWTO/index.html">MakeWTO</a> : <ahref="index.html#module-type-Make">Make</a></code></dt><dd><p>create an intraprocedural abstract interpreter from transfer functions using Bourdoncle's strongly connected component weak topological order</p></dd></dl></div></body></html>