mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-09 12:23:32 -04:00
2 lines
2.9 KiB
HTML
2 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ast_io (ppxlib.Ppxlib.Ast_io)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 3.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">Index</a> » <a href="../../index.html">ppxlib</a> » <a href="../index.html">Ppxlib</a> » Ast_io</nav><header class="odoc-preamble"><h1>Module <code><span>Ppxlib.Ast_io</span></code></h1><p>A small module to help read <code>bin-annots</code> generated files.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-ast"><a href="#type-ast" class="anchor"></a><code><span><span class="keyword">type</span> ast</span><span> = </span></code><ol><li id="type-ast.Intf" class="def variant constructor anchored"><a href="#type-ast.Intf" class="anchor"></a><code><span>| </span><span><span class="constructor">Intf</span> <span class="keyword">of</span> <span><a href="../../Astlib/Ast_502/Parsetree/index.html#type-signature_item">Astlib.Ast_502.Parsetree.signature_item</a> list</span></span></code></li><li id="type-ast.Impl" class="def variant constructor anchored"><a href="#type-ast.Impl" class="anchor"></a><code><span>| </span><span><span class="constructor">Impl</span> <span class="keyword">of</span> <span><a href="../../Astlib/Ast_502/Parsetree/index.html#type-structure_item">Astlib.Ast_502.Parsetree.structure_item</a> list</span></span></code></li></ol></div></div><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> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-read_binary"><a href="#val-read_binary" class="anchor"></a><code><span><span class="keyword">val</span> read_binary : <span>string <span class="arrow">-></span></span> <span><span>(<a href="#type-t">t</a>, string)</span> <a href="../../../ocaml/Stdlib/index.html#type-result">result</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_ast"><a href="#val-get_ast" class="anchor"></a><code><span><span class="keyword">val</span> get_ast : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="#type-ast">ast</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_input_name"><a href="#val-get_input_name" class="anchor"></a><code><span><span class="keyword">val</span> get_input_name : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> string</span></code></div></div></div></body></html>
|