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

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Absint__SinkTrace (infer.Absint__SinkTrace)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><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__SinkTrace</nav><h1>Module <code>Absint__SinkTrace</code></h1></header><dl><dt 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></dt><dd><p>Suffix of a normal trace: just sinks and passthroughs, but no sources</p></dd></dl><div class="spec module" id="module-MakeSink"><a href="#module-MakeSink" class="anchor"></a><code><span class="keyword">module</span> <a href="MakeSink/index.html">MakeSink</a> : <span class="keyword">functor</span> (<a href="MakeSink/argument-1-TaintTraceElem/index.html">TaintTraceElem</a> : <a href="../Absint/TaintTraceElem/index.html#module-type-S">Absint.TaintTraceElem.S</a>) <span>&#45;&gt;</span> <a href="../Absint/Sink/index.html#module-type-S">Absint.Sink.S</a> <span class="keyword">with</span> <span class="keyword">module</span> <a href="MakeSink/Kind/index.html">Kind</a> = <a href="MakeSink/argument-1-TaintTraceElem/index.html#module-Kind">TaintTraceElem.Kind</a> <span class="keyword">and</span> <span class="keyword">type</span> <a href="MakeSink/index.html#type-t">t</a> = <a href="MakeSink/argument-1-TaintTraceElem/index.html#type-t">TaintTraceElem.t</a></code></div><div 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-TaintTraceElem/index.html">TaintTraceElem</a> : <a href="../Absint/TaintTraceElem/index.html#module-type-S">Absint.TaintTraceElem.S</a>) <span>&#45;&gt;</span> <a href="index.html#module-type-S">S</a> <span class="keyword">with</span> <span class="keyword">module</span> <a href="Make/Source/index.html">Source</a> = <a href="../Absint/Source/index.html#module-Dummy">Absint.Source.Dummy</a> <span class="keyword">and</span> <span class="keyword">module</span> <a href="Make/Sink/index.html">Sink</a> = <a href="index.html#module-MakeSink">MakeSink(TaintTraceElem)</a></code></div></div></body></html>