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

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Absint__DataFlow (infer.Absint__DataFlow)</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__DataFlow</nav><h1>Module <code>Absint__DataFlow</code></h1></header><dl><dt class="spec type" id="type-throws"><a href="#type-throws" class="anchor"></a><code><span class="keyword">type</span> throws</code><code> = </code><table class="variant"><tr id="type-throws.DontKnow" class="anchored"><td class="def constructor"><a href="#type-throws.DontKnow" class="anchor"></a><code>| </code><code><span class="constructor">DontKnow</span></code></td><td class="doc"><p>May or may not throw an exception.</p></td></tr><tr id="type-throws.Throws" class="anchored"><td class="def constructor"><a href="#type-throws.Throws" class="anchor"></a><code>| </code><code><span class="constructor">Throws</span></code></td><td class="doc"><p>Definitely throws an exception.</p></td></tr><tr id="type-throws.DoesNotThrow" class="anchored"><td class="def constructor"><a href="#type-throws.DoesNotThrow" class="anchor"></a><code>| </code><code><span class="constructor">DoesNotThrow</span></code></td><td class="doc"><p>Does not throw an exception.</p></td></tr></table></dt></dl><dl><dt class="spec module-type" id="module-type-DFStateType"><a href="#module-type-DFStateType" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-DFStateType/index.html">DFStateType</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd><p>Module type used to define the state component for a dataflow algorithm.</p></dd></dl><dl><dt class="spec module-type" id="module-type-DF"><a href="#module-type-DF" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-DF/index.html">DF</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd><p>Type for the dataflow API.</p></dd></dl><dl><dt class="spec module" id="module-MakeDF"><a href="#module-MakeDF" class="anchor"></a><code><span class="keyword">module</span> <a href="MakeDF/index.html">MakeDF</a> : <span class="keyword">functor</span> (<a href="MakeDF/argument-1-St/index.html">St</a> : <a href="index.html#module-type-DFStateType">DFStateType</a>) <span>&#45;&gt;</span> <a href="index.html#module-type-DF">DF</a> <span class="keyword">with</span> <span class="keyword">type</span> <a href="MakeDF/index.html#type-state">state</a> = <a href="MakeDF/argument-1-St/index.html#type-t">St.t</a></code></dt><dd><p>Functor to create an instance of a dataflow analysis.</p></dd></dl></div></body></html>