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>InferIR__PredSymb (InferIR.InferIR__PredSymb)</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">InferIR</a> » InferIR__PredSymb</nav><h1>Module <code>InferIR__PredSymb</code></h1><p>The Smallfoot Intermediate Language: Predicate Symbols</p><nav class="toc"><ul><li><a href="#programs-and-types">Programs and Types</a></li></ul></nav></header><div class="spec module" id="module-F"><a href="#module-F" class="anchor"></a><code><span class="keyword">module</span> F = Stdlib.Format</code></div><section><header><h3 id="programs-and-types"><a href="#programs-and-types" class="anchor"></a>Programs and Types</h3></header><dl><dt class="spec type" id="type-func_attribute"><a href="#type-func_attribute" class="anchor"></a><code><span class="keyword">type</span> func_attribute</code><code> = </code><table class="variant"><tr id="type-func_attribute.FA_sentinel" class="anchored"><td class="def constructor"><a href="#type-func_attribute.FA_sentinel" class="anchor"></a><code>| </code><code><span class="constructor">FA_sentinel</span> <span class="keyword">of</span> int * int</code></td></tr></table></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare_func_attribute"><a href="#val-compare_func_attribute" class="anchor"></a><code><span class="keyword">val</span> compare_func_attribute : <a href="index.html#type-func_attribute">func_attribute</a> <span>-></span> <a href="index.html#type-func_attribute">func_attribute</a> <span>-></span> int</code></dt></dl></div></div></div><dl><dt class="spec value" id="val-pp_func_attribute"><a href="#val-pp_func_attribute" class="anchor"></a><code><span class="keyword">val</span> pp_func_attribute : <a href="index.html#module-F">F</a>.formatter <span>-></span> <a href="index.html#type-func_attribute">func_attribute</a> <span>-></span> unit</code></dt><dt class="spec value" id="val-get_sentinel_func_attribute_value"><a href="#val-get_sentinel_func_attribute_value" class="anchor"></a><code><span class="keyword">val</span> get_sentinel_func_attribute_value : <span><a href="index.html#type-func_attribute">func_attribute</a> list</span> <span>-></span> <span><span>(int * int)</span> option</span></code></dt><dd><p>Return the value of the FA_sentinel attribute in <code>attr_list</code> if it is found</p></dd></dl><dl><dt class="spec type" id="type-access"><a href="#type-access" class="anchor"></a><code><span class="keyword">type</span> access</code><code> = </code><table class="variant"><tr id="type-access.Default" class="anchored"><td class="def constructor"><a href="#type-access.Default" class="anchor"></a><code>| </code><code><span class="constructor">Default</span></code></td></tr><tr id="type-access.Public" class="anchored"><td class="def constructor"><a href="#type-access.Public" class="anchor"></a><code>| </code><code><span class="constructor">Public</span></code></td></tr><tr id="type-access.Private" class="anchored"><td class="def constructor"><a href="#type-access.Private" class="anchor"></a><code>| </code><code><span class="constructor">Private</span></code></td></tr><tr id="type-access.Protected" class="anchored"><td class="def constructor"><a href="#type-access.Protected" class="anchor"></a><code>| </code><code><span class="constructor">Protected</span></code></td></tr></table></dt><dd><p>Visibility modifiers.</p></dd></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare_access"><a href="#val-compare_access" class="anchor"></a><code><span class="keyword">val</span> compare_access : <a href="index.html#type-access">access</a> <span>-></span> <a href="index.html#type
|