You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
4.4 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__ToplLexer (infer.InferModules__ToplLexer)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><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">infer</a> &#x00BB; InferModules__ToplLexer</nav><h1>Module <code>InferModules__ToplLexer</code></h1></header><div class="spec module" id="module-L"><a href="#module-L" class="anchor"></a><code><span class="keyword">module</span> L = <a href="../../InferBase/InferBase/index.html#module-Logging">InferBase.Logging</a></code></div><dl><dt class="spec value" id="val-new_line"><a href="#val-new_line" class="anchor"></a><code><span class="keyword">val</span> new_line : <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.String.t <span>&#45;&gt;</span> <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.String.t <span>&#45;&gt;</span> Stdlib.Lexing.lexbuf <span>&#45;&gt;</span> <a href="../InferModules/ToplParser/index.html#type-token">InferModules.ToplParser.token</a></code></dt><dt class="spec value" id="val-quoted"><a href="#val-quoted" class="anchor"></a><code><span class="keyword">val</span> quoted : Str.regexp</code></dt><dt class="spec value" id="val-unquote"><a href="#val-unquote" class="anchor"></a><code><span class="keyword">val</span> unquote : string <span>&#45;&gt;</span> string</code></dt><dt class="spec value" id="val-__ocaml_lex_tables"><a href="#val-__ocaml_lex_tables" class="anchor"></a><code><span class="keyword">val</span> __ocaml_lex_tables : <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Caml.Lexing.lex_tables</code></dt><dt class="spec value" id="val-topl_token"><a href="#val-topl_token" class="anchor"></a><code><span class="keyword">val</span> topl_token : <span>bool <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Caml.ref</span> <span>&#45;&gt;</span> <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Caml.Lexing.lexbuf <span>&#45;&gt;</span> <a href="../InferModules/ToplParser/index.html#type-token">InferModules.ToplParser.token</a></code></dt><dt class="spec value" id="val-__ocaml_lex_topl_token_rec"><a href="#val-__ocaml_lex_topl_token_rec" class="anchor"></a><code><span class="keyword">val</span> __ocaml_lex_topl_token_rec : <span>bool <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Caml.ref</span> <span>&#45;&gt;</span> <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Caml.Lexing.lexbuf <span>&#45;&gt;</span> int <span>&#45;&gt;</span> <a href="../InferModules/ToplParser/index.html#type-token">InferModules.ToplParser.token</a></code></dt><dt class="spec value" id="val-sil_token"><a href="#val-sil_token" class="anchor"></a><code><span class="keyword">val</span> sil_token : <span>bool <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Caml.ref</span> <span>&#45;&gt;</span> <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Caml.Lexing.lexbuf <span>&#45;&gt;</span> <a href="../InferModules/ToplParser/index.html#type-token">InferModules.ToplParser.token</a></code></dt><dt class="spec value" id="val-__ocaml_lex_sil_token_rec"><a href="#val-__ocaml_lex_sil_token_rec" class="anchor"></a><code><span class="keyword">val</span> __ocaml_lex_sil_token_rec : <span>bool <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Caml.ref</span> <span>&#45;&gt;</span> <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Caml.Lexing.lexbuf <span>&#45;&gt;</span> int <span>&#45;&gt;</span> <a href="../InferModules/ToplParser/index.html#type-token">InferModules.