moonpool/dev/ocaml/Odoc_info/Dep/index.html

5 lines
No EOL
2.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Dep (ocaml.Odoc_info.Dep)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> <a href="../../index.html">ocaml</a> &#x00BB; <a href="../index.html">Odoc_info</a> &#x00BB; Dep</nav><header class="odoc-preamble"><h1>Module <code><span>Odoc_info.Dep</span></code></h1><p>Computation of dependencies.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-kernel_deps_of_modules"><a href="#val-kernel_deps_of_modules" class="anchor"></a><code><span><span class="keyword">val</span> kernel_deps_of_modules : <span><span><a href="../Module/index.html#type-t_module">Module.t_module</a> list</span> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div><div class="spec-doc"><p>Modify the module dependencies of the given list of modules, to get the minimum transitivity kernel.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-deps_of_types"><a href="#val-deps_of_types" class="anchor"></a><code><span><span class="keyword">val</span> deps_of_types :
<span>?kernel:bool <span class="arrow">&#45;&gt;</span></span>
<span><span><a href="../Type/index.html#type-t_type">Type.t_type</a> list</span> <span class="arrow">&#45;&gt;</span></span>
<span><span>(<a href="../Type/index.html#type-t_type">Type.t_type</a> * <span><a href="../Name/index.html#type-t">Name.t</a> list</span>)</span> list</span></span></code></div><div class="spec-doc"><p>Return the list of dependencies between the given types, in the form of a list <code>(type name, names of types it depends on)</code>.</p><ul class="at-tags"><li class="parameter"><span class="at-tag">parameter</span> <span class="value">kernel</span> <p>indicates if we must keep only the transitivity kernel of the dependencies. Default is <code>false</code>.</p></li></ul></div></div></div></body></html>