2 lines
3.0 KiB

This file contains ambiguous Unicode characters!

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>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>DataFlow (infer.Absint.DataFlow)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.1"/><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; <a href="../index.html">Absint</a> &#x00BB; 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>