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
7.7 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>Pulselib__PulseBasicInterface (infer.Pulselib__PulseBasicInterface)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><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; Pulselib__PulseBasicInterface</nav><h1>Module <code>Pulselib__PulseBasicInterface</code></h1><nav class="toc"><ul><li><a href="#enforce-short-form-usage">Enforce short form usage</a></li></ul></nav></header><aside><p>Basic Pulse modules that are safe to use in any module</p></aside><div class="spec module" id="module-AbstractValue"><a href="#module-AbstractValue" class="anchor"></a><code><span class="keyword">module</span> AbstractValue = <a href="../Pulselib/index.html#module-PulseAbstractValue">Pulselib.PulseAbstractValue</a></code></div><div class="spec module" id="module-Attribute"><a href="#module-Attribute" class="anchor"></a><code><span class="keyword">module</span> Attribute = <a href="../Pulselib/index.html#module-PulseAttribute">Pulselib.PulseAttribute</a></code></div><div class="spec module" id="module-Attributes"><a href="#module-Attributes" class="anchor"></a><code><span class="keyword">module</span> Attributes = <a href="../Pulselib/PulseAttribute/index.html#module-Attributes">Pulselib.PulseAttribute.Attributes</a></code></div><div class="spec module" id="module-CallEvent"><a href="#module-CallEvent" class="anchor"></a><code><span class="keyword">module</span> CallEvent = <a href="../Pulselib/index.html#module-PulseCallEvent">Pulselib.PulseCallEvent</a></code></div><div class="spec module" id="module-Diagnostic"><a href="#module-Diagnostic" class="anchor"></a><code><span class="keyword">module</span> Diagnostic = <a href="../Pulselib/index.html#module-PulseDiagnostic">Pulselib.PulseDiagnostic</a></code></div><div class="spec module" id="module-Invalidation"><a href="#module-Invalidation" class="anchor"></a><code><span class="keyword">module</span> Invalidation = <a href="../Pulselib/index.html#module-PulseInvalidation">Pulselib.PulseInvalidation</a></code></div><div class="spec module" id="module-PathCondition"><a href="#module-PathCondition" class="anchor"></a><code><span class="keyword">module</span> PathCondition = <a href="../Pulselib/index.html#module-PulsePathCondition">Pulselib.PulsePathCondition</a></code></div><div class="spec module" id="module-SatUnsat"><a href="#module-SatUnsat" class="anchor"></a><code><span class="keyword">module</span> SatUnsat = <a href="../Pulselib/index.html#module-PulseSatUnsat">Pulselib.PulseSatUnsat</a></code></div><div class="spec module" id="module-SkippedCalls"><a href="#module-SkippedCalls" class="anchor"></a><code><span class="keyword">module</span> SkippedCalls = <a href="../Pulselib/index.html#module-PulseSkippedCalls">Pulselib.PulseSkippedCalls</a></code></div><div class="spec module" id="module-Trace"><a href="#module-Trace" class="anchor"></a><code><span class="keyword">module</span> Trace = <a href="../Pulselib/index.html#module-PulseTrace">Pulselib.PulseTrace</a></code></div><div class="spec module" id="module-ValueHistory"><a href="#module-ValueHistory" class="anchor"></a><code><span class="keyword">module</span> ValueHistory = <a href="../Pulselib/index.html#module-PulseValueHistory">Pulselib.PulseValueHistory</a></code></div><div><div class="spec include"><div class="doc"><details open="open"><summary><span class="def"><code><span class="keyword">include</span> <a href="../Pulselib/PulseSatUnsat/index.html#module-Types">SatUnsat.Types</a></code></span></summary><aside><p>for <code>open</code>ing to get <code>Sat</code> and <code>Unsat</code> in the namespace</p></aside><dl><dt class="spec type" id="type-sat_unsat_t"><a href="#type-sat_unsat_t" class="anchor"></a><code><span class="keyword">type</span> <span class="keyword">nonrec</span> <span>'a sat_unsat_t</span></code><code> = <span><span class="type-var">'a</span> <a href="../Pulselib/PulseSatUnsat/index.html#type-t">Pulselib.PulseSatUnsat.t</a></span></code><code> = </code><table class="variant"><tr id="type-sat_unsat_t.Unsat" class="anchored"><td class="def constructor"><a href="#type-sat_unsat_t.Unsat" class="anchor"></a><code>| </code><code><span class="constructor">Unsat</span></code></td></tr><tr id="type-sat_unsat_t.Sat" class="anchored"><td class="def constructor"><a href="#type-sat_unsat_t.Sat" class="anchor"></a><code>| </code><code><span class="constructor">Sat</span> <span class="keyword">of</span> <span class="type-var">'a</span></code></td></tr></table></dt></dl></details></div></div></div><section><header><h3 id="enforce-short-form-usage"><a href="#enforce-short-form-usage" class="anchor"></a>Enforce short form usage</h3></header><div><div class="spec include"><div class="doc"><details open="open"><summary><span class="def"><code><span class="keyword">include</span> <span class="keyword">sig</span> ... <span class="keyword">end</span></code></span></summary><div class="spec module" id="module-PulseAbstractValue"><a href="#module-PulseAbstractValue" class="anchor"></a><code><span class="keyword">module</span> PulseAbstractValue = <a href="../Pulselib/index.html#module-PulseAbstractValue">Pulselib.PulseAbstractValue</a></code></div><div class="spec module" id="module-PulseAttribute"><a href="#module-PulseAttribute" class="anchor"></a><code><span class="keyword">module</span> PulseAttribute = <a href="../Pulselib/index.html#module-PulseAttribute">Pulselib.PulseAttribute</a></code></div><div class="spec module" id="module-PulseCallEvent"><a href="#module-PulseCallEvent" class="anchor"></a><code><span class="keyword">module</span> PulseCallEvent = <a href="../Pulselib/index.html#module-PulseCallEvent">Pulselib.PulseCallEvent</a></code></div><div class="spec module" id="module-PulseDiagnostic"><a href="#module-PulseDiagnostic" class="anchor"></a><code><span class="keyword">module</span> PulseDiagnostic = <a href="../Pulselib/index.html#module-PulseDiagnostic">Pulselib.PulseDiagnostic</a></code></div><div class="spec module" id="module-PulseInvalidation"><a href="#module-PulseInvalidation" class="anchor"></a><code><span class="keyword">module</span> PulseInvalidation = <a href="../Pulselib/index.html#module-PulseInvalidation">Pulselib.PulseInvalidation</a></code></div><div class="spec module" id="module-PulsePathCondition"><a href="#module-PulsePathCondition" class="anchor"></a><code><span class="keyword">module</span> PulsePathCondition = <a href="../Pulselib/index.html#module-PulsePathCondition">Pulselib.PulsePathCondition</a></code></div><div class="spec module" id="module-PulseSkippedCalls"><a href="#module-PulseSkippedCalls" class="anchor"></a><code><span class="keyword">module</span> PulseSkippedCalls = <a href="../Pulselib/index.html#module-PulseSkippedCalls">Pulselib.PulseSkippedCalls</a></code></div><div class="spec module" id="module-PulseTrace"><a href="#module-PulseTrace" class="anchor"></a><code><span class="keyword">module</span> PulseTrace = <a href="../Pulselib/index.html#module-PulseTrace">Pulselib.PulseTrace</a></code></div><div class="spec module" id="module-PulseValueHistory"><a href="#module-PulseValueHistory" class="anchor"></a><code><span class="keyword">module</span> PulseValueHistory = <a href="../Pulselib/index.html#module-PulseValueHistory">Pulselib.PulseValueHistory</a></code></div><div class="spec module" id="module-PulseSatUnsat"><a href="#module-PulseSatUnsat" class="anchor"></a><code><span class="keyword">module</span> PulseSatUnsat = <a href="../Pulselib/index.html#module-PulseSatUnsat">Pulselib.PulseSatUnsat</a></code></div></details></div></div></div></section></div></body></html>