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.

3 lines
2.8 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__TransferFunctions (infer.InferModules__TransferFunctions)</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__TransferFunctions</span></h1></header><p>Transfer functions that push abstract states across instructions. A typical client should
implement the Make signature to allow the transfer functions to be used with any kind of CFG.</p><div class="spec module-type" id="module-type-S"><a href="#module-type-S" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span><a href="module-type-S/index.html">S</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-SIL"><a href="#module-type-SIL" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span><a href="module-type-SIL/index.html">SIL</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-HIL"><a href="#module-type-HIL" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span><a href="module-type-HIL/index.html">HIL</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-MakeSIL"><a href="#module-type-MakeSIL" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span><a href="module-type-MakeSIL/index.html">MakeSIL</a> : <span class="keyword">functor</span> (<a href="module-type-MakeSIL/argument-1-C/index.html">C</a> : <a href="../InferModules/ProcCfg/index.html#module-type-S">InferModules.ProcCfg.S</a>) -&gt; <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-MakeHIL"><a href="#module-type-MakeHIL" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span><a href="module-type-MakeHIL/index.html">MakeHIL</a> : <span class="keyword">functor</span> (<a href="module-type-MakeHIL/argument-1-C/index.html">C</a> : <a href="../InferModules/ProcCfg/index.html#module-type-S">InferModules.ProcCfg.S</a>) -&gt; <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"></div></div></body></html>