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.2 KiB
2 lines
3.2 KiB
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__Dataflow (infer.InferModules__Dataflow)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="../index.html">infer</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">InferModules__Dataflow</span></h1></header><div class="spec type" id="type-throws"><a href="#type-throws" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>throws</code><code></code><code><span class="keyword"> = </span></code><table class="variant"><tr id="type-throws.DontKnow" class="anchored"><td class="def constructor"><a href="#type-throws.DontKnow" class="anchor"></a><code><span class="keyword">| </span></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><span class="keyword">| </span></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><span class="keyword">| </span></code><code><span class="constructor">DoesNotThrow</span></code></td><td class="doc"><p>(** Does not throw an exception. *)</p></td></tr></table><code></code></div><div class="doc"></div></div><div class="spec module-type" id="module-type-DFStateType"><a href="#module-type-DFStateType" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span><a href="module-type-DFStateType/index.html">DFStateType</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"><p>Module type used to define the state component for a dataflow algorithm.</p></div></div><div class="spec module-type" id="module-type-DF"><a href="#module-type-DF" class="anchor"></a><div class="def module-type"><code><span class="keyword">module type </span><a href="module-type-DF/index.html">DF</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="doc"><p>Type for the dataflow API.</p></div></div><div class="spec module" id="module-MakeDF"><a href="#module-MakeDF" class="anchor"></a><div class="def module"><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>) -> <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><span class="keyword"> = </span><a href="MakeDF/argument-1-St/index.html#type-t">St.t</a></code></div><div class="doc"><p>Functor to create an instance of a dataflow analysis.</p></div></div></body></html> |