mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-16 15:56:21 -05:00
9 lines
No EOL
2.9 KiB
HTML
9 lines
No EOL
2.9 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Translclass (ocaml.Translclass)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.1"/><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> » Translclass</nav><header class="odoc-preamble"><h1>Module <code><span>Translclass</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-transl_class"><a href="#val-transl_class" class="anchor"></a><code><span><span class="keyword">val</span> transl_class :
|
||
<span>scopes:<a href="../Debuginfo/Scoped_location/index.html#type-scopes">Debuginfo.Scoped_location.scopes</a> <span class="arrow">-></span></span>
|
||
<span><span><a href="../Ident/index.html#type-t">Ident.t</a> list</span> <span class="arrow">-></span></span>
|
||
<span><a href="../Ident/index.html#type-t">Ident.t</a> <span class="arrow">-></span></span>
|
||
<span><span>string list</span> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-class_expr">Typedtree.class_expr</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Asttypes/index.html#type-virtual_flag">Asttypes.virtual_flag</a> <span class="arrow">-></span></span>
|
||
<a href="../Lambda/index.html#type-lambda">Lambda.lambda</a></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.Tags" class="def variant constructor anchored"><a href="#type-error.Tags" class="anchor"></a><code><span>| </span><span><span class="constructor">Tags</span> <span class="keyword">of</span> string * string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a> * <a href="#type-error">error</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-report_error"><a href="#val-report_error" class="anchor"></a><code><span><span class="keyword">val</span> report_error : <span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-error">error</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html> |