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
13 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ToplAst (infer.Topllib.ToplAst)</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; <a href="../index.html">Topllib</a> &#x00BB; ToplAst</nav><h1>Module <code>Topllib.ToplAst</code></h1></header><dl><dt class="spec type" id="type-property_name"><a href="#type-property_name" class="anchor"></a><code><span class="keyword">type</span> property_name</code><code> = string</code></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare_property_name"><a href="#val-compare_property_name" class="anchor"></a><code><span class="keyword">val</span> compare_property_name : <a href="index.html#type-property_name">property_name</a> <span>&#45;&gt;</span> <a href="index.html#type-property_name">property_name</a> <span>&#45;&gt;</span> int</code></dt><dt class="spec value" id="val-hash_fold_property_name"><a href="#val-hash_fold_property_name" class="anchor"></a><code><span class="keyword">val</span> hash_fold_property_name : Ppx_hash_lib.Std.Hash.state <span>&#45;&gt;</span> <a href="index.html#type-property_name">property_name</a> <span>&#45;&gt;</span> Ppx_hash_lib.Std.Hash.state</code></dt><dt class="spec value" id="val-hash_property_name"><a href="#val-hash_property_name" class="anchor"></a><code><span class="keyword">val</span> hash_property_name : <a href="index.html#type-property_name">property_name</a> <span>&#45;&gt;</span> Ppx_hash_lib.Std.Hash.hash_value</code></dt><dt class="spec value" id="val-property_name_of_sexp"><a href="#val-property_name_of_sexp" class="anchor"></a><code><span class="keyword">val</span> property_name_of_sexp : Ppx_sexp_conv_lib.Sexp.t <span>&#45;&gt;</span> <a href="index.html#type-property_name">property_name</a></code></dt><dt class="spec value" id="val-sexp_of_property_name"><a href="#val-sexp_of_property_name" class="anchor"></a><code><span class="keyword">val</span> sexp_of_property_name : <a href="index.html#type-property_name">property_name</a> <span>&#45;&gt;</span> Ppx_sexp_conv_lib.Sexp.t</code></dt></dl></div></div></div><dl><dt class="spec type" id="type-register_name"><a href="#type-register_name" class="anchor"></a><code><span class="keyword">type</span> register_name</code><code> = string</code></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare_register_name"><a href="#val-compare_register_name" class="anchor"></a><code><span class="keyword">val</span> compare_register_name : <a href="index.html#type-register_name">register_name</a> <span>&#45;&gt;</span> <a href="index.html#type-register_name">register_name</a> <span>&#45;&gt;</span> int</code></dt></dl></div></div></div><dl><dt class="spec type" id="type-variable_name"><a href="#type-variable_name" class="anchor"></a><code><span class="keyword">type</span> variable_name</code><code> = string</code></dt><dt class="spec type" id="type-constant"><a href="#type-constant" class="anchor"></a><code><span class="keyword">type</span> constant</code><code> = </code><table class="variant"><tr id="type-constant.LiteralInt" class="anchored"><td class="def constructor"><a href="#type-constant.LiteralInt" class="anchor"></a><code>| </code><code><span class="constructor">LiteralInt</span> <span class="keyword">of</span> int</code></td></tr></table></dt><dt class="spec type" id="type-value"><a href="#type-value" class="anchor"></a><code><span class="keyword">type</span> value</code><code> = </code><table class="variant"><tr id="type-value.Constant" class="anchored"><td class="def constructor"><a href="#type-value.Constant" class="anchor"></a><code>| </code><code><span class="constructor">Constant</span> <span class="keyword">of</span> <a href=