mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-18 16:46:41 -05:00
3 lines
4.6 KiB
HTML
3 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Stypes (ocaml.Stypes)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 2.4.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../index.html">ocaml</a> » Stypes</nav><header class="odoc-preamble"><h1>Module <code><span>Stypes</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-annotation"><a href="#type-annotation" class="anchor"></a><code><span><span class="keyword">type</span> annotation</span><span> = </span></code><ol><li id="type-annotation.Ti_pat" class="def variant constructor anchored"><a href="#type-annotation.Ti_pat" class="anchor"></a><code><span>| </span><span><span class="constructor">Ti_pat</span> : <span><span class="type-var">'k</span> <a href="../Typedtree/index.html#type-pattern_category">Typedtree.pattern_category</a></span>
|
||
* <span><span class="type-var">'k</span> <a href="../Typedtree/index.html#type-general_pattern">Typedtree.general_pattern</a></span> <span class="arrow">-></span> <a href="#type-annotation">annotation</a></span></code></li><li id="type-annotation.Ti_expr" class="def variant constructor anchored"><a href="#type-annotation.Ti_expr" class="anchor"></a><code><span>| </span><span><span class="constructor">Ti_expr</span> <span class="keyword">of</span> <a href="../Typedtree/index.html#type-expression">Typedtree.expression</a></span></code></li><li id="type-annotation.Ti_class" class="def variant constructor anchored"><a href="#type-annotation.Ti_class" class="anchor"></a><code><span>| </span><span><span class="constructor">Ti_class</span> <span class="keyword">of</span> <a href="../Typedtree/index.html#type-class_expr">Typedtree.class_expr</a></span></code></li><li id="type-annotation.Ti_mod" class="def variant constructor anchored"><a href="#type-annotation.Ti_mod" class="anchor"></a><code><span>| </span><span><span class="constructor">Ti_mod</span> <span class="keyword">of</span> <a href="../Typedtree/index.html#type-module_expr">Typedtree.module_expr</a></span></code></li><li id="type-annotation.An_call" class="def variant constructor anchored"><a href="#type-annotation.An_call" class="anchor"></a><code><span>| </span><span><span class="constructor">An_call</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a> * <a href="../Annot/index.html#type-call">Annot.call</a></span></code></li><li id="type-annotation.An_ident" class="def variant constructor anchored"><a href="#type-annotation.An_ident" class="anchor"></a><code><span>| </span><span><span class="constructor">An_ident</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a> * string * <a href="../Annot/index.html#type-ident">Annot.ident</a></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-record"><a href="#val-record" class="anchor"></a><code><span><span class="keyword">val</span> record : <span><a href="#type-annotation">annotation</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-record_phrase"><a href="#val-record_phrase" class="anchor"></a><code><span><span class="keyword">val</span> record_phrase : <span><a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-dump"><a href="#val-dump" class="anchor"></a><code><span><span class="keyword">val</span> dump : <span><span>string option</span> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_location"><a href="#val-get_location" class="anchor"></a><code><span><span class="keyword">val</span> get_location : <span><a href="#type-annotation">annotation</a> <span class="arrow">-></span></span> <a href="../Location/index.html#type-t">Location.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_info"><a href="#val-get_info" class="anchor"></a><code><span><span class="keyword">val</span> get_info : <span>unit <span class="arrow">-></span></span> <span><a href="#type-annotation">annotation</a> list</span></span></code></div></div></div></body></html>
|