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

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>UnitTests__AbstractInterpreterTests (infer.UnitTests__AbstractInterpreterTests)</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> &#x00BB; UnitTests__AbstractInterpreterTests</nav><h1>Module <code>UnitTests__AbstractInterpreterTests</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><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><div class="spec module" id="module-PathCountDomain"><a href="#module-PathCountDomain" class="anchor"></a><code><span class="keyword">module</span> <a href="PathCountDomain/index.html">PathCountDomain</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-PathCountTransferFunctions"><a href="#module-PathCountTransferFunctions" class="anchor"></a><code><span class="keyword">module</span> <a href="PathCountTransferFunctions/index.html">PathCountTransferFunctions</a> : <span class="keyword">functor</span> (<a href="PathCountTransferFunctions/argument-1-CFG/index.html">CFG</a> : <a href="../Absint/ProcCfg/index.html#module-type-S">Absint.ProcCfg.S</a>) <span>&#45;&gt;</span> <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-NormalTestInterpreter"><a href="#module-NormalTestInterpreter" class="anchor"></a><code><span class="keyword">module</span> <a href="NormalTestInterpreter/index.html">NormalTestInterpreter</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-ExceptionalTestInterpreter"><a href="#module-ExceptionalTestInterpreter" class="anchor"></a><code><span class="keyword">module</span> <a href="ExceptionalTestInterpreter/index.html">ExceptionalTestInterpreter</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><dl><dt class="spec value" id="val-tests"><a href="#val-tests" class="anchor"></a><code><span class="keyword">val</span> tests : OUnit2.test</code></dt></dl></div></body></html>