mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-10 12:45:44 -04:00
2 lines
No EOL
4 KiB
HTML
2 lines
No EOL
4 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Context (ppxlib.Ppxlib.Attribute.Floating.Context)</title><link rel="stylesheet" href="../../../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.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">ppxlib</a> » <a href="../../../index.html">Ppxlib</a> » <a href="../../index.html">Attribute</a> » <a href="../index.html">Floating</a> » Context</nav><header class="odoc-preamble"><h1>Module <code><span>Floating.Context</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> <span>'a t</span></span><span> = </span></code><ol><li id="type-t.Structure_item" class="def variant constructor anchored"><a href="#type-t.Structure_item" class="anchor"></a><code><span>| </span><span><span class="constructor">Structure_item</span> : <span><a href="../../../../Astlib/Ast_500/Parsetree/index.html#type-structure_item">Astlib.Ast_500.Parsetree.structure_item</a> <a href="#type-t">t</a></span></span></code></li><li id="type-t.Signature_item" class="def variant constructor anchored"><a href="#type-t.Signature_item" class="anchor"></a><code><span>| </span><span><span class="constructor">Signature_item</span> : <span><a href="../../../../Astlib/Ast_500/Parsetree/index.html#type-signature_item">Astlib.Ast_500.Parsetree.signature_item</a> <a href="#type-t">t</a></span></span></code></li><li id="type-t.Class_field" class="def variant constructor anchored"><a href="#type-t.Class_field" class="anchor"></a><code><span>| </span><span><span class="constructor">Class_field</span> : <span><a href="../../../../Astlib/Ast_500/Parsetree/index.html#type-class_field">Astlib.Ast_500.Parsetree.class_field</a> <a href="#type-t">t</a></span></span></code></li><li id="type-t.Class_type_field" class="def variant constructor anchored"><a href="#type-t.Class_type_field" class="anchor"></a><code><span>| </span><span><span class="constructor">Class_type_field</span> : <span><a href="../../../../Astlib/Ast_500/Parsetree/index.html#type-class_type_field">Astlib.Ast_500.Parsetree.class_type_field</a> <a href="#type-t">t</a></span></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-structure_item"><a href="#val-structure_item" class="anchor"></a><code><span><span class="keyword">val</span> structure_item : <span><a href="../../../../Astlib/Ast_500/Parsetree/index.html#type-structure_item">Astlib.Ast_500.Parsetree.structure_item</a> <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-signature_item"><a href="#val-signature_item" class="anchor"></a><code><span><span class="keyword">val</span> signature_item : <span><a href="../../../../Astlib/Ast_500/Parsetree/index.html#type-signature_item">Astlib.Ast_500.Parsetree.signature_item</a> <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-class_field"><a href="#val-class_field" class="anchor"></a><code><span><span class="keyword">val</span> class_field : <span><a href="../../../../Astlib/Ast_500/Parsetree/index.html#type-class_field">Astlib.Ast_500.Parsetree.class_field</a> <a href="#type-t">t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-class_type_field"><a href="#val-class_type_field" class="anchor"></a><code><span><span class="keyword">val</span> class_type_field : <span><a href="../../../../Astlib/Ast_500/Parsetree/index.html#type-class_type_field">Astlib.Ast_500.Parsetree.class_type_field</a> <a href="#type-t">t</a></span></span></code></div></div></div></body></html> |