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.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__BiabductionSummary (infer.InferModules__BiabductionSummary)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><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> » InferModules__BiabductionSummary</nav><h1>Module <code>InferModules__BiabductionSummary</code></h1></header><dl><dt class="spec module" id="module-Jprop"><a href="#module-Jprop" class="anchor"></a><code><span class="keyword">module</span> <a href="Jprop/index.html">Jprop</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd><p>Module for joined props: the result of joining together propositions repeatedly</p></dd></dl><dl><dt class="spec module" id="module-Visitedset"><a href="#module-Visitedset" class="anchor"></a><code><span class="keyword">module</span> Visitedset : <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Caml.Set.S <span class="keyword">with</span> <span class="keyword">type</span> <a href="index.html#module-Visitedset">Visitedset</a>.elt = <a href="../../InferIR/InferIR/Procdesc/Node/index.html#type-id">InferIR.Procdesc.Node.id</a> * <span>int list</span></code></dt><dd><p>set of visited nodes: node id and list of lines of all the instructions</p></dd></dl><dl><dt class="spec type" id="type-spec"><a href="#type-spec" class="anchor"></a><code><span class="keyword">type</span> <span>'a spec</span></code><code> = </code><code>{</code><table class="record"><tr id="type-spec.pre" class="anchored"><td class="def field"><a href="#type-spec.pre" class="anchor"></a><code>pre : <span><span class="type-var">'a</span> <a href="Jprop/index.html#type-t">Jprop.t</a></span>;</code></td></tr><tr id="type-spec.posts" class="anchored"><td class="def field"><a href="#type-spec.posts" class="anchor"></a><code>posts : <span><span>(<span><span class="type-var">'a</span> <a href="../InferModules/Prop/index.html#type-t">InferModules.Prop.t</a></span> * <a href="../InferModules/Paths/Path/index.html#type-t">InferModules.Paths.Path.t</a>)</span> list</span>;</code></td></tr><tr id="type-spec.visited" class="anchored"><td class="def field"><a href="#type-spec.visited" class="anchor"></a><code>visited : <a href="index.html#module-Visitedset">Visitedset</a>.t;</code></td></tr></table><code>}</code></dt><dd><p>A spec consists of: pre: a joined prop posts: a list of props with path visited: a list of pairs (node_id, line) for the visited nodes</p></dd></dl><dl><dt class="spec module" id="module-NormSpec"><a href="#module-NormSpec" class="anchor"></a><code><span class="keyword">module</span> <a href="NormSpec/index.html">NormSpec</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd><p>encapsulate type for normalized specs</p></dd></dl><dl><dt class="spec value" id="val-normalized_specs_to_specs"><a href="#val-normalized_specs_to_specs" class="anchor"></a><code><span class="keyword">val</span> normalized_specs_to_specs : <span><a href="NormSpec/index.html#type-t">NormSpec.t</a> list</span> <span>-></span> <span><span><a href="../InferModules/Prop/index.html#type-normal">InferModules.Prop.normal</a> <a href="index.html#type-spec">spec</a></span> list</span></code></dt><dd><p>Cast a list of normalized specs to a list of specs</p></dd></dl><dl><dt class="spec value" id="val-pp_spec"><a href="#val-pp_spec" class="anchor"></a><code><span class="keyword">val</span> pp_spec : Stdlib.Format.formatter <span>-></span> <span><span class="type-var">_</span> <a href="index.html#type-spec">spec</a></span> <span>-></span> unit</code></dt><dt class="spec value" id="val-spec_normalize"><a href="#val-spec_normalize" class="anchor"></a><code><span class="keyword">val</span> spec_normalize : <a
|