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>Absint__ExplicitTrace (infer.Absint__ExplicitTrace)</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> » Absint__ExplicitTrace</nav><h1>Module <code>Absint__ExplicitTrace</code></h1></header><dl><dt class="spec module-type" id="module-type-FiniteSet"><a href="#module-type-FiniteSet" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-FiniteSet/index.html">FiniteSet</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd><p>A powerset domain of traces, with bottom = empty and join = union</p></dd></dl><div class="spec module-type" id="module-type-Element"><a href="#module-type-Element" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-Element/index.html">Element</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module-type" id="module-type-CallPrinter"><a href="#module-type-CallPrinter" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-CallPrinter/index.html">CallPrinter</a> = <a href="../IStdlib/PrettyPrintable/index.html#module-type-PrintableType">IStdlib.PrettyPrintable.PrintableType</a> <span class="keyword">with</span> <span class="keyword">type</span> <a href="module-type-CallPrinter/index.html#type-t">t</a> = <a href="../Absint/CallSite/index.html#type-t">Absint.CallSite.t</a></code></div><dl><dt class="spec module" id="module-DefaultCallPrinter"><a href="#module-DefaultCallPrinter" class="anchor"></a><code><span class="keyword">module</span> <a href="DefaultCallPrinter/index.html">DefaultCallPrinter</a> : <a href="index.html#module-type-CallPrinter">CallPrinter</a></code></dt><dd><p>Printer which outputs "Method call: <monospaced procname>"</p></dd></dl><div class="spec module-type" id="module-type-TraceElem"><a href="#module-type-TraceElem" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-TraceElem/index.html">TraceElem</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><div class="spec module" id="module-MakeTraceElem"><a href="#module-MakeTraceElem" class="anchor"></a><code><span class="keyword">module</span> <a href="MakeTraceElem/index.html">MakeTraceElem</a> : <span class="keyword">functor</span> (<a href="MakeTraceElem/argument-1-Elem/index.html">Elem</a> : <a href="index.html#module-type-Element">Element</a>) <span>-></span> <span class="keyword">functor</span> (<a href="MakeTraceElem/argument-2-CallPrinter/index.html">CallPrinter</a> : <a href="index.html#module-type-CallPrinter">CallPrinter</a>) <span>-></span> <a href="index.html#module-type-TraceElem">TraceElem</a> <span class="keyword">with</span> <span class="keyword">type</span> <a href="MakeTraceElem/index.html#type-elem_t">elem_t</a> = <a href="MakeTraceElem/index.html#argument-1-Elem">Elem</a>.t</code></div><div class="spec module" id="module-MakeTraceElemModuloLocation"><a href="#module-MakeTraceElemModuloLocation" class="anchor"></a><code><span class="keyword">module</span> <a href="MakeTraceElemModuloLocation/index.html">MakeTraceElemModuloLocation</a> : <span class="keyword">functor</span> (<a href="MakeTraceElemModuloLocation/argument-1-Elem/index.html">Elem</a> : <a href="index.html#module-type-Element">Element</a>) <span>-></span> <span class="keyword">functor</span> (<a href="MakeTraceElemModuloLocation/argument-2-CallPrinter/index.html">CallPrinter</a> : <a href="index.html#module-type-CallPrinter">CallPrinter</a
|