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>UnitTests__AbstractInterpreterTests (infer.UnitTests__AbstractInterpreterTests)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.1"/><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>» UnitTests__AbstractInterpreterTests</nav><h1>Module <code>UnitTests__AbstractInterpreterTests</code></h1></header><divclass="spec module"id="module-F"><ahref="#module-F"class="anchor"></a><code><spanclass="keyword">module</span> F = Stdlib.Format</code></div><aside><p>Test the generic abstract interpreter by using a simple path counting domain. Path counting is actually a decent stress test--if you join too much/too little, you'll over/under-count, and you'll diverge at loops if you don't widen</p></aside><divclass="spec module"id="module-PathCountDomain"><ahref="#module-PathCountDomain"class="anchor"></a><code><spanclass="keyword">module</span><ahref="PathCountDomain/index.html">PathCountDomain</a> : <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module"id="module-PathCountTransferFunctions"><ahref="#module-PathCountTransferFunctions"class="anchor"></a><code><spanclass="keyword">module</span><ahref="PathCountTransferFunctions/index.html">PathCountTransferFunctions</a> : <spanclass="keyword">functor</span> (<ahref="PathCountTransferFunctions/argument-1-CFG/index.html">CFG</a> : <ahref="../Absint/ProcCfg/index.html#module-type-S">Absint.ProcCfg.S</a>) <span>-></span><spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module"id="module-NormalTestInterpreter"><ahref="#module-NormalTestInterpreter"class="anchor"></a><code><spanclass="keyword">module</span><ahref="NormalTestInterpreter/index.html">NormalTestInterpreter</a> : <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module"id="module-ExceptionalTestInterpreter"><ahref="#module-ExceptionalTestInterpreter"class="anchor"></a><code><spanclass="keyword">module</span><ahref="ExceptionalTestInterpreter/index.html">ExceptionalTestInterpreter</a> : <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><dl><dtclass="spec value"id="val-tests"><ahref="#val-tests"class="anchor"></a><code><spanclass="keyword">val</span> tests : OUnit2.test</code></dt></dl></div></body></html>