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>InferBase__ZipLib (InferBase.InferBase__ZipLib)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc %%VERSION%%"/><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">InferBase</a>» InferBase__ZipLib</nav><h1>Module <code>InferBase__ZipLib</code></h1></header><dl><dtclass="spec value"id="val-load"><ahref="#val-load"class="anchor"></a><code><spanclass="keyword">val</span> load : <span><spanclass="type-var">'a</span><ahref="../InferBase/Serialization/index.html#type-serializer">InferBase.Serialization.serializer</a></span><span>-></span> string <span>-></span><span><spanclass="type-var">'a</span> option</span></code></dt><dd><p><code>load serializer path</code> searches for the file at the given path in the zip libraries. If Config.infer_cache is set, already deserialized data will be saved there and <code>path</code> will be searched from the cache first.</p></dd></dl></div></body></html>