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>InferModules__TransferFunctions (infer.InferModules__TransferFunctions)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc %%VERSION%%"/><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>» InferModules__TransferFunctions</nav><h1>Module <code>InferModules__TransferFunctions</code></h1><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></header><divclass="spec module-type"id="module-type-S"><ahref="#module-type-S"class="anchor"></a><code><spanclass="keyword">module</span><spanclass="keyword">type</span><ahref="module-type-S/index.html">S</a> = <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module-type"id="module-type-SIL"><ahref="#module-type-SIL"class="anchor"></a><code><spanclass="keyword">module</span><spanclass="keyword">type</span><ahref="module-type-SIL/index.html">SIL</a> = <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module-type"id="module-type-HIL"><ahref="#module-type-HIL"class="anchor"></a><code><spanclass="keyword">module</span><spanclass="keyword">type</span><ahref="module-type-HIL/index.html">HIL</a> = <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module-type"id="module-type-DisjunctiveConfig"><ahref="#module-type-DisjunctiveConfig"class="anchor"></a><code><spanclass="keyword">module</span><spanclass="keyword">type</span><ahref="module-type-DisjunctiveConfig/index.html">DisjunctiveConfig</a> = <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module-type"id="module-type-DisjReady"><ahref="#module-type-DisjReady"class="anchor"></a><code><spanclass="keyword">module</span><spanclass="keyword">type</span><ahref="module-type-DisjReady/index.html">DisjReady</a> = <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><dl><dtclass="spec module"id="module-MakeDisjunctive"><ahref="#module-MakeDisjunctive"class="anchor"></a><code><spanclass="keyword">module</span><ahref="MakeDisjunctive/index.html">MakeDisjunctive</a> : <spanclass="keyword">functor</span> (<ahref="MakeDisjunctive/argument-1-TransferFunctions/index.html">TransferFunctions</a> : <ahref="index.html#module-type-DisjReady">DisjReady</a>) <span>-></span><spanclass="keyword">functor</span> (<ahref="MakeDisjunctive/argument-2-DConfig/index.html">DConfig</a> : <ahref="index.html#module-type-DisjunctiveConfig">DisjunctiveConfig</a>) <span>-></span><spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></dt><dd><p>In the disjunctive interpreter, the domain is a set of abstract states representing a disjunction between these states. The transfer functions are executed on each state in the disjunct independently. The join on the disjunctive state is governed by the policy described in <code>DConfig</code>.</p></dd></dl></div></body></html>