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.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>ModelTables (infer.Nullsafe.ModelTables)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><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> » <a href="../index.html">Nullsafe</a> » ModelTables</nav><h1>Module <code>Nullsafe.ModelTables</code></h1></header><dl><dt class="spec type" id="type-model_table_t"><a href="#type-model_table_t" class="anchor"></a><code><span class="keyword">type</span> model_table_t</code><code> = <span><span>(string, bool * <span>bool list</span>)</span> <a href="../../IStdlib/index.html#module-IStd">IStdlib.IStd</a>.Caml.Hashtbl.t</span></code></dt></dl><dl><dt class="spec value" id="val-annotated_table_nullability"><a href="#val-annotated_table_nullability" class="anchor"></a><code><span class="keyword">val</span> annotated_table_nullability : <a href="index.html#type-model_table_t">model_table_t</a></code></dt><dt class="spec value" id="val-check_not_null_table"><a href="#val-check_not_null_table" class="anchor"></a><code><span class="keyword">val</span> check_not_null_table : <a href="index.html#type-model_table_t">model_table_t</a></code></dt><dd><p>List of methods known to perform a non-nullable assertion</p></dd></dl><dl><dt class="spec value" id="val-check_not_null_parameter_table"><a href="#val-check_not_null_parameter_table" class="anchor"></a><code><span class="keyword">val</span> check_not_null_parameter_table : <span><span>(string, int)</span> <a href="../../IStdlib/index.html#module-IStd">IStdlib.IStd</a>.Caml.Hashtbl.t</span></code></dt><dd><p>The key is a string representation of a method known to perform a non-nullable assertion. The value is an index (starting from 1) of an argument which nullability is being asserted.</p></dd></dl><dl><dt class="spec value" id="val-check_state_table"><a href="#val-check_state_table" class="anchor"></a><code><span class="keyword">val</span> check_state_table : <a href="index.html#type-model_table_t">model_table_t</a></code></dt><dt class="spec value" id="val-check_argument_table"><a href="#val-check_argument_table" class="anchor"></a><code><span class="keyword">val</span> check_argument_table : <a href="index.html#type-model_table_t">model_table_t</a></code></dt><dt class="spec value" id="val-containsKey_table"><a href="#val-containsKey_table" class="anchor"></a><code><span class="keyword">val</span> containsKey_table : <a href="index.html#type-model_table_t">model_table_t</a></code></dt><dt class="spec value" id="val-mapPut_table"><a href="#val-mapPut_table" class="anchor"></a><code><span class="keyword">val</span> mapPut_table : <a href="index.html#type-model_table_t">model_table_t</a></code></dt><dt class="spec value" id="val-noreturn_table"><a href="#val-noreturn_table" class="anchor"></a><code><span class="keyword">val</span> noreturn_table : <a href="index.html#type-model_table_t">model_table_t</a></code></dt><dt class="spec value" id="val-true_on_null_table"><a href="#val-true_on_null_table" class="anchor"></a><code><span class="keyword">val</span> true_on_null_table : <a href="index.html#type-model_table_t">model_table_t</a></code></dt></dl><dl><dt class="spec type" id="type-nonnull_alternative_method"><a href="#type-nonnull_alternative_method" class="anchor"></a><code><span class="keyword">type</span> nonnull_alternative_method</code><code> = </code><code>{</code><table class="record"><tr id="type-nonnull_alternative_method.package_name" class="anchored"><td class="def field"><a href="#type-nonnull_alternative_method.package_name" class="anchor"></a><code>package_name : string;</code></td></tr><tr id="type-nonnull_alternative_method.class_name" class="anchored"><td class="def field"><a href="#type-nonnull_alternative_method.class_name" class="anchor"></a><code>
|