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

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ToplAutomaton (infer.InferModules.ToplAutomaton)</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> &#x00BB; <a href="../index.html">InferModules</a> &#x00BB; ToplAutomaton</nav><h1>Module <code>InferModules.ToplAutomaton</code></h1></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt><dt class="spec type" id="type-vname"><a href="#type-vname" class="anchor"></a><code><span class="keyword">type</span> vname</code><code> = <a href="../ToplAst/index.html#type-property_name">ToplAst.property_name</a> * <a href="../ToplAst/index.html#type-vertex">ToplAst.vertex</a></code></dt><dt class="spec type" id="type-vindex"><a href="#type-vindex" class="anchor"></a><code><span class="keyword">type</span> vindex</code><code> = int</code></dt><dt class="spec type" id="type-tindex"><a href="#type-tindex" class="anchor"></a><code><span class="keyword">type</span> tindex</code><code> = int</code></dt><dt class="spec type" id="type-transition"><a href="#type-transition" class="anchor"></a><code><span class="keyword">type</span> transition</code><code> = </code><code>{</code><table class="record"><tr id="type-transition.source" class="anchored"><td class="def field"><a href="#type-transition.source" class="anchor"></a><code>source : <a href="index.html#type-vindex">vindex</a>;</code></td></tr><tr id="type-transition.target" class="anchored"><td class="def field"><a href="#type-transition.target" class="anchor"></a><code>target : <a href="index.html#type-vindex">vindex</a>;</code></td></tr><tr id="type-transition.label" class="anchored"><td class="def field"><a href="#type-transition.label" class="anchor"></a><code>label : <a href="../ToplAst/index.html#type-label">ToplAst.label</a>;</code></td></tr></table><code>}</code></dt></dl><dl><dt class="spec value" id="val-make"><a href="#val-make" class="anchor"></a><code><span class="keyword">val</span> make : <span><a href="../ToplAst/index.html#type-t">ToplAst.t</a> list</span> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-outgoing"><a href="#val-outgoing" class="anchor"></a><code><span class="keyword">val</span> outgoing : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-vindex">vindex</a> <span>&#45;&gt;</span> <span><a href="index.html#type-tindex">tindex</a> list</span></code></dt><dt class="spec value" id="val-vname"><a href="#val-vname" class="anchor"></a><code><span class="keyword">val</span> vname : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-vindex">vindex</a> <span>&#45;&gt;</span> <a href="index.html#type-vname">vname</a></code></dt><dt class="spec value" id="val-vcount"><a href="#val-vcount" class="anchor"></a><code><span class="keyword">val</span> vcount : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> int</code></dt><dt class="spec value" id="val-transition"><a href="#val-transition" class="anchor"></a><code><span class="keyword">val</span> transition : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-tindex">tindex</a> <span>&#45;&gt;</span> <a href="index.html#type-transition">transition</a></code></dt><dt class="spec value" id="val-tcount"><a href="#val-tcount" class="anchor"></a><code><span class="keyword">val</span> tcount : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> int</code></dt><dt class="spec value" id="val-max_args"><a href="#val-max_args" class="anchor"></a><code><span class="keyword">val</span> max_args : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> int</code></dt><dt class="spec valu