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

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Absint__LowerHil (infer.Absint__LowerHil)</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; Absint__LowerHil</nav><h1>Module <code>Absint__LowerHil</code></h1></header><div class="spec module-type" id="module-type-HilConfig"><a href="#module-type-HilConfig" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-HilConfig/index.html">HilConfig</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-DefaultConfig"><a href="#module-DefaultConfig" class="anchor"></a><code><span class="keyword">module</span> <a href="DefaultConfig/index.html">DefaultConfig</a> : <a href="index.html#module-type-HilConfig">HilConfig</a></code></div><dl><dt class="spec module" id="module-Make"><a href="#module-Make" class="anchor"></a><code><span class="keyword">module</span> <a href="Make/index.html">Make</a> : <span class="keyword">functor</span> (<a href="Make/argument-1-TransferFunctions/index.html">TransferFunctions</a> : <a href="../Absint/TransferFunctions/index.html#module-type-HIL">Absint.TransferFunctions.HIL</a>) <span>&#45;&gt;</span> <span class="keyword">functor</span> (<a href="Make/argument-2-HilConfig/index.html">HilConfig</a> : <a href="index.html#module-type-HilConfig">HilConfig</a>) <span>&#45;&gt;</span> <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd><p>Functor for turning HIL transfer functions into SIL transfer functions</p></dd></dl><div class="spec module-type" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><dl><dt class="spec module" id="module-MakeAbstractInterpreterWithConfig"><a href="#module-MakeAbstractInterpreterWithConfig" class="anchor"></a><code><span class="keyword">module</span> <a href="MakeAbstractInterpreterWithConfig/index.html">MakeAbstractInterpreterWithConfig</a> : <span class="keyword">functor</span> (<a href="MakeAbstractInterpreterWithConfig/argument-1-MakeAbstractInterpreter/index.html">MakeAbstractInterpreter</a> : <a href="../Absint/AbstractInterpreter/index.html#module-type-Make">Absint.AbstractInterpreter.Make</a>) <span>&#45;&gt;</span> <span class="keyword">functor</span> (<a href="MakeAbstractInterpreterWithConfig/argument-2-HilConfig/index.html">HilConfig</a> : <a href="index.html#module-type-HilConfig">HilConfig</a>) <span>&#45;&gt;</span> <span class="keyword">functor</span> (<a href="MakeAbstractInterpreterWithConfig/argument-3-TransferFunctions/index.html">TransferFunctions</a> : <a href="../Absint/TransferFunctions/index.html#module-type-HIL">Absint.TransferFunctions.HIL</a>) <span>&#45;&gt;</span> <a href="index.html#module-type-S">S</a> <span class="keyword">with</span> <span class="keyword">type</span> <a href="MakeAbstractInterpreterWithConfig/index.html#type-domain">domain</a> = <a href="MakeAbstractInterpreterWithConfig/argument-3-TransferFunctions/Domain/index.html#type-t">TransferFunctions.Domain.t</a> <span class="keyword">and</span> <span class="keyword">module</span> <a href="MakeAbstractInterpreterWithConfig/Interpreter/index.html">Interpreter</a> = <a href="MakeAbstractInterpreterWithConfig/index.html#argument-1-MakeAbstractInterpreter">MakeAbstractInterpreter(Make(TransferFunctions)(HilConfig))</a></code></dt><dd><p>Wrapper around Interpreter to prevent clients from having to deal with IdAccessPathMapDomain.</p></dd></dl><dl><dt class="spec module" id="module-MakeAbstractInterpreter"><a