ocaml-containers/dev/containers/CCParse/Position/index.html
2021-09-26 00:58:26 +00:00

2 lines
No EOL
2 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>Position (containers.CCParse.Position)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.3"/><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> &#x00BB; <a href="../index.html">CCParse</a> &#x00BB; Position</nav><h1>Module <code>CCParse.Position</code></h1><h3 id="positions-in-input"><a href="#positions-in-input" class="anchor"></a>Positions in input</h3><dl><dt>since</dt><dd>NEXT_RELEASE</dd></dl></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-position">position</a></code></dt></dl><dl><dt class="spec value" id="val-line"><a href="#val-line" class="anchor"></a><code><span class="keyword">val</span> line : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> int</code></dt><dd><p>Line number</p></dd></dl><dl><dt class="spec value" id="val-column"><a href="#val-column" class="anchor"></a><code><span class="keyword">val</span> column : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> int</code></dt><dd><p>Column number</p></dd></dl><dl><dt class="spec value" id="val-line_and_column"><a href="#val-line_and_column" class="anchor"></a><code><span class="keyword">val</span> line_and_column : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> int * int</code></dt><dd><p>Line and column number</p></dd></dl><dl><dt class="spec value" id="val-pp"><a href="#val-pp" class="anchor"></a><code><span class="keyword">val</span> pp : Stdlib.Format.formatter <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>Unspecified pretty-printed version of the position.</p></dd></dl></div></body></html>