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.1 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>LowerHil (infer.InferModules.LowerHil)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> &mdash; <span class="package">package <a href="../../index.html">infer</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">InferModules.LowerHil</span></h1></header><div class="spec module-type" id="module-type-HilConfig"><a href="#module-type-HilConfig" class="anchor"></a><div class="def module-type"><code><span class="keyword">module 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="doc"></div></div><div class="spec module" id="module-DefaultConfig"><a href="#module-DefaultConfig" class="anchor"></a><div class="def module"><code><span class="keyword">module </span><a href="DefaultConfig/index.html">DefaultConfig</a> : <a href="index.html#module-type-HilConfig">HilConfig</a></code></div><div class="doc"></div></div><div class="spec module" id="module-Make"><a href="#module-Make" class="anchor"></a><div class="def module"><code><span class="keyword">module </span><a href="Make/index.html">Make</a> : <span class="keyword">functor</span> (<a href="Make/argument-1-MakeTransferFunctions/index.html">MakeTransferFunctions</a> : <a href="../TransferFunctions/index.html#module-type-MakeHIL">TransferFunctions.MakeHIL</a>) -&gt; <span class="keyword">functor</span> (<a href="Make/argument-2-HilConfig/index.html">HilConfig</a> : <a href="index.html#module-type-HilConfig">HilConfig</a>) -&gt; <span class="keyword">functor</span> (<a href="Make/argument-3-CFG/index.html">CFG</a> : <a href="../ProcCfg/index.html#module-type-S">ProcCfg.S</a>) -&gt; <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"><p>Functor for turning HIL transfer functions into SIL transfer functions</p></div></div><div class="spec module" id="module-MakeAbstractInterpreterWithConfig"><a href="#module-MakeAbstractInterpreterWithConfig" class="anchor"></a><div class="def module"><code><span class="keyword">module </span><a href="MakeAbstractInterpreterWithConfig/index.html">MakeAbstractInterpreterWithConfig</a> : <span class="keyword">functor</span> (<a href="MakeAbstractInterpreterWithConfig/argument-1-HilConfig/index.html">HilConfig</a> : <a href="index.html#module-type-HilConfig">HilConfig</a>) -&gt; <span class="keyword">functor</span> (<a href="MakeAbstractInterpreterWithConfig/argument-2-CFG/index.html">CFG</a> : <a href="../ProcCfg/index.html#module-type-S">ProcCfg.S</a>) -&gt; <span class="keyword">functor</span> (<a href="MakeAbstractInterpreterWithConfig/argument-3-MakeTransferFunctions/index.html">MakeTransferFunctions</a> : <a href="../TransferFunctions/index.html#module-type-MakeHIL">TransferFunctions.MakeHIL</a>) -&gt; <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"><p>Wrapper around Interpreter to prevent clients from having to deal with IdAccessPathMapDomain</p></div></div><div class="spec module" id="module-MakeAbstractInterpreter"><a href="#module-MakeAbstractInterpreter" class="anchor"></a><div class="def module"><code><span class="keyword">module </span><a href="MakeAbstractInterpreter/index.html">MakeAbstractInterpreter</a> : <span class="keyword">functor</span> (<a href="MakeAbstractInterpreter/argument-1-CFG/index.html">CFG</a> : <a href="../ProcCfg/index.html#module-type-S">ProcCfg.S</a>) -&gt; <span class="keyword">functor</span> (<a href="MakeAbstractInterpreter/argument-2-MakeTransferFunctions/index.html">MakeTransferFunctions</a> : <a href="../TransferFunctions/index.html#module-type-MakeHIL">TransferFunctions.MakeHIL</a>) -&gt; <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"><p>Simpler version of the above wrapper that uses the default HIL config</p></div></div></body></html>