-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Interface (provider.Provider.Private.Interface)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script><script>let base_url = '../../../../'; | ||
let search_urls = ['../../../db.js','../../../../sherlodoc.js']; | ||
</script><script src="../../../../odoc.support/odoc_search.js" defer="defer"></script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../../../index.html">provider</a> » <a href="../../index.html">Provider</a> » <a href="../index.html">Private</a> » Interface</nav><div class="odoc-search"><div class="search-inner"><input class="search-bar" placeholder="🔎 Search..."/><div class="search-snake"></div><div class="search-result"></div></div></div><header class="odoc-preamble"><h1>Module <code><span>Private.Interface</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-same_trait_uids"><a href="#val-same_trait_uids" class="anchor"></a><code><span><span class="keyword">val</span> same_trait_uids : <span><span><span>(<span class="type-var">'t</span>, <span class="type-var">_</span>)</span> <a href="../../Interface/index.html#type-t">Interface.t</a></span> <span class="arrow">-></span></span> <span><span><span>(<span class="type-var">'t</span>, <span class="type-var">_</span>)</span> <a href="../../Interface/index.html#type-t">Interface.t</a></span> <span class="arrow">-></span></span> <span class="xref-unresolved">Base</span>.bool</span></code></div><div class="spec-doc"><p><code>same_trait_uids i1 i2</code> checks if the traits of two interfaces are the same and in the same order.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-cache"><a href="#val-cache" class="anchor"></a><code><span><span class="keyword">val</span> cache : <span><span><span>(<span class="type-var">_</span>, <span class="type-var">_</span>)</span> <a href="../../Interface/index.html#type-t">Interface.t</a></span> <span class="arrow">-></span></span> <span><a href="../../Trait/Uid/index.html#type-t">Trait.Uid.t</a> <span class="xref-unresolved">Base</span>.option</span></span></code></div><div class="spec-doc"><p>Exported to test the caching strategy. Retains the most recently looked up trait. Currently returns <code>None</code> for empty interface, and if the interface is not empty, returns the most recently looked up trait (<code>Some uid</code>) or an arbitrary initial value.</p></div></div></div></body></html> | ||
</script><script src="../../../../odoc.support/odoc_search.js" defer="defer"></script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../../../index.html">provider</a> » <a href="../../index.html">Provider</a> » <a href="../index.html">Private</a> » Interface</nav><div class="odoc-search"><div class="search-inner"><input class="search-bar" placeholder="🔎 Search..."/><div class="search-snake"></div><div class="search-result"></div></div></div><header class="odoc-preamble"><h1>Module <code><span>Private.Interface</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-same_trait_uids"><a href="#val-same_trait_uids" class="anchor"></a><code><span><span class="keyword">val</span> same_trait_uids : <span><span><span>(<span class="type-var">'t1</span>, <span class="type-var">_</span>)</span> <a href="../../Interface/index.html#type-t">Interface.t</a></span> <span class="arrow">-></span></span> <span><span><span>(<span class="type-var">'t2</span>, <span class="type-var">_</span>)</span> <a href="../../Interface/index.html#type-t">Interface.t</a></span> <span class="arrow">-></span></span> bool</span></code></div><div class="spec-doc"><p><code>same_trait_uids i1 i2</code> checks if the traits of two interfaces are the same and in the same order.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-cache"><a href="#val-cache" class="anchor"></a><code><span><span class="keyword">val</span> cache : <span><span><span>(<span class="type-var">_</span>, <span class="type-var">_</span>)</span> <a href="../../Interface/index.html#type-t">Interface.t</a></span> <span class="arrow">-></span></span> <span><a href="../../Trait/Uid/index.html#type-t">Trait.Uid.t</a> option</span></span></code></div><div class="spec-doc"><p>Exported to test the caching strategy. Retains the most recently looked up trait. Currently returns <code>None</code> for empty interface, and if the interface is not empty, returns the most recently looked up trait (<code>Some uid</code>) or an arbitrary initial value.</p></div></div></div></body></html> |
Oops, something went wrong.