This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>NullsafeSummary (infer.Nullsafe.NullsafeSummary)</title><linkrel="stylesheet"href="../../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.1"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../../index.html">infer</a>»<ahref="../index.html">Nullsafe</a>» NullsafeSummary</nav><h1>Module <code>Nullsafe.NullsafeSummary</code></h1></header><aside><p>Summary of per-procedure nullsafe result analysis</p></aside><dl><dtclass="spec type"id="type-t"><ahref="#type-t"class="anchor"></a><code><spanclass="keyword">type</span> t</code><code> = </code><code>{</code><tableclass="record"><trid="type-t.issues"class="anchored"><tdclass="def field"><ahref="#type-t.issues"class="anchor"></a><code>issues : <span><ahref="../TypeErr/index.html#type-err_instance">TypeErr.err_instance</a> list</span>;</code></td><tdclass="doc"><p>List of issues found during analysis. Note that not all of them were necessarily reported to the user (some of them might be deemed non actionable.)</p></td></tr></table><code>}</code></dt></dl><dl><dtclass="spec value"id="val-pp"><ahref="#val-pp"class="anchor"></a><code><spanclass="keyword">val</span> pp : Stdlib.Format.formatter <span>-></span><ahref="index.html#type-t">t</a><span>-></span> unit</code></dt></dl></div></body></html>