ocaml-containers/3.9/containers/Containers_codegen/Code/index.html
2022-07-06 16:56:39 -04:00

2 lines
No EOL
3.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Code (containers.Containers_codegen.Code)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.1.0"/><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">containers</a> &#x00BB; <a href="../index.html">Containers_codegen</a> &#x00BB; Code</nav><header class="odoc-preamble"><h1>Module <code><span>Containers_codegen.Code</span></code></h1></header><nav class="odoc-toc"><ul><li><a href="#representation-of-ocaml-code">Representation of OCaml code</a></li></ul></nav><div class="odoc-content"><h3 id="representation-of-ocaml-code"><a href="#representation-of-ocaml-code" class="anchor"></a>Representation of OCaml code</h3><div class="odoc-spec"><div class="spec type" id="type-t" class="anchored"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = <a href="../index.html#type-code">code</a></span></code></div></div><div class="odoc-spec"><div class="spec value" id="val-pp" class="anchored"><a href="#val-pp" class="anchor"></a><code><span><span class="keyword">val</span> pp : <span><a href="#type-t">t</a> <a href="../../CCFormat/index.html#type-printer">Fmt.printer</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value" id="val-to_string" class="anchored"><a href="#val-to_string" class="anchor"></a><code><span><span class="keyword">val</span> to_string : <span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span> string</span></code></div></div><div class="odoc-spec"><div class="spec value" id="val-mk_pp" class="anchored"><a href="#val-mk_pp" class="anchor"></a><code><span><span class="keyword">val</span> mk_pp : <span><span>unit <a href="../../CCFormat/index.html#type-printer">Fmt.printer</a></span> <span class="arrow">&#45;&gt;</span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value" id="val-mk_str" class="anchored"><a href="#val-mk_str" class="anchor"></a><code><span><span class="keyword">val</span> mk_str : <span>string <span class="arrow">&#45;&gt;</span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value" id="val-in_struct" class="anchored"><a href="#val-in_struct" class="anchor"></a><code><span><span class="keyword">val</span> in_struct : <span>string <span class="arrow">&#45;&gt;</span></span> <span><span><a href="#type-t">t</a> list</span> <span class="arrow">&#45;&gt;</span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value" id="val-in_sig" class="anchored"><a href="#val-in_sig" class="anchor"></a><code><span><span class="keyword">val</span> in_sig : <span>string <span class="arrow">&#45;&gt;</span></span> <span><span><a href="#type-t">t</a> list</span> <span class="arrow">&#45;&gt;</span></span> <a href="#type-t">t</a></span></code></div></div></div></body></html>