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>Quandary__TaintSpec (infer.Quandary__TaintSpec)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.0"/><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>» Quandary__TaintSpec</nav><h1>Module <code>Quandary__TaintSpec</code></h1></header><aside><p>combination of a trace with functions for handling unknown code and converting to and from summaries</p></aside><dl><dtclass="spec type"id="type-action"><ahref="#type-action"class="anchor"></a><code><spanclass="keyword">type</span> action</code><code> = </code><tableclass="variant"><trid="type-action.Propagate_to_actual"class="anchored"><tdclass="def constructor"><ahref="#type-action.Propagate_to_actual"class="anchor"></a><code>| </code><code><spanclass="constructor">Propagate_to_actual</span><spanclass="keyword">of</span> int</code></td><tdclass="doc"><p>Propagate taint from all actuals to the actual with the given index</p></td></tr><trid="type-action.Propagate_to_receiver"class="anchored"><tdclass="def constructor"><ahref="#type-action.Propagate_to_receiver"class="anchor"></a><code>| </code><code><spanclass="constructor">Propagate_to_receiver</span></code></td><tdclass="doc"><p>Propagate taint from all non-receiver actuals to the receiver actual</p></td></tr><trid="type-action.Propagate_to_return"class="anchored"><tdclass="def constructor"><ahref="#type-action.Propagate_to_return"class="anchor"></a><code>| </code><code><spanclass="constructor">Propagate_to_return</span></code></td><tdclass="doc"><p>Propagate taint from all actuals to the return value</p></td></tr></table></dt></dl><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></div></body></html>