mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
2 lines
No EOL
2.5 KiB
HTML
2 lines
No EOL
2.5 KiB
HTML
<!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 1.5.1"/><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">containers</a> » <a href="../index.html">Containers_codegen</a> » Code</nav><h1>Module <code>Containers_codegen.Code</code></h1><h3 id="representation-of-ocaml-code"><a href="#representation-of-ocaml-code" class="anchor"></a>Representation of OCaml code</h3></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code><code> = <a href="../index.html#type-code">code</a></code></dt></dl><dl><dt class="spec value" id="val-pp"><a href="#val-pp" class="anchor"></a><code><span class="keyword">val</span> pp : <span><a href="index.html#type-t">t</a> <a href="../../CCFormat/index.html#type-printer">Fmt.printer</a></span></code></dt><dt class="spec value" id="val-to_string"><a href="#val-to_string" class="anchor"></a><code><span class="keyword">val</span> to_string : <a href="index.html#type-t">t</a> <span>-></span> string</code></dt><dt class="spec value" id="val-mk_pp"><a href="#val-mk_pp" class="anchor"></a><code><span class="keyword">val</span> mk_pp : <span>unit <a href="../../CCFormat/index.html#type-printer">Fmt.printer</a></span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-mk_str"><a href="#val-mk_str" class="anchor"></a><code><span class="keyword">val</span> mk_str : string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-in_struct"><a href="#val-in_struct" class="anchor"></a><code><span class="keyword">val</span> in_struct : string <span>-></span> <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-in_sig"><a href="#val-in_sig" class="anchor"></a><code><span class="keyword">val</span> in_sig : string <span>-></span> <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt></dl></div></body></html> |