mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-16 23:56:49 -05:00
79 lines
No EOL
26 KiB
HTML
79 lines
No EOL
26 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Includemod (ocaml.Includemod)</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> » Includemod</nav><header class="odoc-preamble"><h1>Module <code><span>Includemod</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-mark"><a href="#type-mark" class="anchor"></a><code><span><span class="keyword">type</span> mark</span><span> = </span></code><ol><li id="type-mark.Mark_both" class="def variant constructor anchored"><a href="#type-mark.Mark_both" class="anchor"></a><code><span>| </span><span><span class="constructor">Mark_both</span></span></code><div class="def-doc"><span class="comment-delim">(*</span><p>Mark definitions used from both arguments</p><span class="comment-delim">*)</span></div></li><li id="type-mark.Mark_positive" class="def variant constructor anchored"><a href="#type-mark.Mark_positive" class="anchor"></a><code><span>| </span><span><span class="constructor">Mark_positive</span></span></code><div class="def-doc"><span class="comment-delim">(*</span><p>Mark definitions used from the positive (first) argument</p><span class="comment-delim">*)</span></div></li><li id="type-mark.Mark_negative" class="def variant constructor anchored"><a href="#type-mark.Mark_negative" class="anchor"></a><code><span>| </span><span><span class="constructor">Mark_negative</span></span></code><div class="def-doc"><span class="comment-delim">(*</span><p>Mark definitions used from the negative (second) argument</p><span class="comment-delim">*)</span></div></li><li id="type-mark.Mark_neither" class="def variant constructor anchored"><a href="#type-mark.Mark_neither" class="anchor"></a><code><span>| </span><span><span class="constructor">Mark_neither</span></span></code><div class="def-doc"><span class="comment-delim">(*</span><p>Do not mark definitions used from either argument</p><span class="comment-delim">*)</span></div></li></ol></div><div class="spec-doc"><p>Type describing which arguments of an inclusion to consider as used for the usage warnings. <code>Mark_both</code> is the default.</p></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Error"><a href="#module-Error" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Error/index.html">Error</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-explanation"><a href="#type-explanation" class="anchor"></a><code><span><span class="keyword">type</span> explanation</span><span> = <a href="../Env/index.html#type-t">Env.t</a> * <a href="Error/index.html#type-all">Error.all</a></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-field_kind"><a href="#type-field_kind" class="anchor"></a><code><span><span class="keyword">type</span> field_kind</span><span> = </span></code><ol><li id="type-field_kind.Field_value" class="def variant constructor anchored"><a href="#type-field_kind.Field_value" class="anchor"></a><code><span>| </span><span><span class="constructor">Field_value</span></span></code></li><li id="type-field_kind.Field_type" class="def variant constructor anchored"><a href="#type-field_kind.Field_type" class="anchor"></a><code><span>| </span><span><span class="constructor">Field_type</span></span></code></li><li id="type-field_kind.Field_exception" class="def variant constructor anchored"><a href="#type-field_kind.Field_exception" class="anchor"></a><code><span>| </span><span><span class="constructor">Field_exception</span></span></code></li><li id="type-field_kind.Field_typext" class="def variant constructor anchored"><a href="#type-field_kind.Field_typext" class="anchor"></a><code><span>| </span><span><span class="constructor">Field_typext</span></span></code></li><li id="type-field_kind.Field_module" class="def variant constructor anchored"><a href="#type-field_kind.Field_module" class="anchor"></a><code><span>| </span><span><span class="constructor">Field_module</span></span></code></li><li id="type-field_kind.Field_modtype" class="def variant constructor anchored"><a href="#type-field_kind.Field_modtype" class="anchor"></a><code><span>| </span><span><span class="constructor">Field_modtype</span></span></code></li><li id="type-field_kind.Field_class" class="def variant constructor anchored"><a href="#type-field_kind.Field_class" class="anchor"></a><code><span>| </span><span><span class="constructor">Field_class</span></span></code></li><li id="type-field_kind.Field_classtype" class="def variant constructor anchored"><a href="#type-field_kind.Field_classtype" class="anchor"></a><code><span>| </span><span><span class="constructor">Field_classtype</span></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-field_desc"><a href="#type-field_desc" class="anchor"></a><code><span><span class="keyword">type</span> field_desc</span><span> = </span><span>{</span></code><ol><li id="type-field_desc.name" class="def record field anchored"><a href="#type-field_desc.name" class="anchor"></a><code><span>name : string;</span></code></li><li id="type-field_desc.kind" class="def record field anchored"><a href="#type-field_desc.kind" class="anchor"></a><code><span>kind : <a href="#type-field_kind">field_kind</a>;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-kind_of_field_desc"><a href="#val-kind_of_field_desc" class="anchor"></a><code><span><span class="keyword">val</span> kind_of_field_desc : <span><a href="#type-field_desc">field_desc</a> <span class="arrow">-></span></span> string</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-field_desc"><a href="#val-field_desc" class="anchor"></a><code><span><span class="keyword">val</span> field_desc : <span><a href="#type-field_kind">field_kind</a> <span class="arrow">-></span></span> <span><a href="../Ident/index.html#type-t">Ident.t</a> <span class="arrow">-></span></span> <a href="#type-field_desc">field_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-FieldMap"><a href="#module-FieldMap" class="anchor"></a><code><span><span class="keyword">module</span> <a href="FieldMap/index.html">FieldMap</a></span><span> : <a href="../Stdlib/Map/module-type-S/index.html">Map.S</a> <span class="keyword">with</span> <span><span class="keyword">type</span> <a href="../Stdlib/Map/module-type-S/index.html#type-key">key</a> = <a href="#type-field_desc">field_desc</a></span></span></code></div><div class="spec-doc"><p>Map indexed by both field types and names. This avoids name clashes between different sorts of fields such as values and types.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-item_ident_name"><a href="#val-item_ident_name" class="anchor"></a><code><span><span class="keyword">val</span> item_ident_name : <span><a href="../Types/index.html#type-signature_item">Types.signature_item</a> <span class="arrow">-></span></span> <a href="../Ident/index.html#type-t">Ident.t</a> * <a href="../Location/index.html#type-t">Location.t</a> * <a href="#type-field_desc">field_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-is_runtime_component"><a href="#val-is_runtime_component" class="anchor"></a><code><span><span class="keyword">val</span> is_runtime_component : <span><a href="../Types/index.html#type-signature_item">Types.signature_item</a> <span class="arrow">-></span></span> bool</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-modtypes"><a href="#val-modtypes" class="anchor"></a><code><span><span class="keyword">val</span> modtypes :
|
||
<span>loc:<a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span>
|
||
<span>mark:<a href="#type-mark">mark</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-module_type">Types.module_type</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-module_type">Types.module_type</a> <span class="arrow">-></span></span>
|
||
<a href="../Typedtree/index.html#type-module_coercion">Typedtree.module_coercion</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-modtypes_with_shape"><a href="#val-modtypes_with_shape" class="anchor"></a><code><span><span class="keyword">val</span> modtypes_with_shape :
|
||
<span>shape:<a href="../Shape/index.html#type-t">Shape.t</a> <span class="arrow">-></span></span>
|
||
<span>loc:<a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span>
|
||
<span>mark:<a href="#type-mark">mark</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-module_type">Types.module_type</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-module_type">Types.module_type</a> <span class="arrow">-></span></span>
|
||
<a href="../Typedtree/index.html#type-module_coercion">Typedtree.module_coercion</a> * <a href="../Shape/index.html#type-t">Shape.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-strengthened_module_decl"><a href="#val-strengthened_module_decl" class="anchor"></a><code><span><span class="keyword">val</span> strengthened_module_decl :
|
||
<span>loc:<a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||
<span>aliasable:bool <span class="arrow">-></span></span>
|
||
<span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span>
|
||
<span>mark:<a href="#type-mark">mark</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-module_declaration">Types.module_declaration</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Path/index.html#type-t">Path.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-module_declaration">Types.module_declaration</a> <span class="arrow">-></span></span>
|
||
<a href="../Typedtree/index.html#type-module_coercion">Typedtree.module_coercion</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-check_modtype_inclusion"><a href="#val-check_modtype_inclusion" class="anchor"></a><code><span><span class="keyword">val</span> check_modtype_inclusion :
|
||
<span>loc:<a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-module_type">Types.module_type</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Path/index.html#type-t">Path.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-module_type">Types.module_type</a> <span class="arrow">-></span></span>
|
||
<span><a href="#type-explanation">explanation</a> option</span></span></code></div><div class="spec-doc"><p><code>check_modtype_inclusion ~loc env mty1 path1 mty2</code> checks that the functor application F(M) is well typed, where mty2 is the type of the argument of F and path1/mty1 is the path/unstrenghened type of M.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-check_modtype_equiv"><a href="#val-check_modtype_equiv" class="anchor"></a><code><span><span class="keyword">val</span> check_modtype_equiv :
|
||
<span>loc:<a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Ident/index.html#type-t">Ident.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-module_type">Types.module_type</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-module_type">Types.module_type</a> <span class="arrow">-></span></span>
|
||
unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-signatures"><a href="#val-signatures" class="anchor"></a><code><span><span class="keyword">val</span> signatures :
|
||
<span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span>
|
||
<span>mark:<a href="#type-mark">mark</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-signature">Types.signature</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-signature">Types.signature</a> <span class="arrow">-></span></span>
|
||
<a href="../Typedtree/index.html#type-module_coercion">Typedtree.module_coercion</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compunit"><a href="#val-compunit" class="anchor"></a><code><span><span class="keyword">val</span> compunit :
|
||
<span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span>
|
||
<span>mark:<a href="#type-mark">mark</a> <span class="arrow">-></span></span>
|
||
<span>string <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-signature">Types.signature</a> <span class="arrow">-></span></span>
|
||
<span>string <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-signature">Types.signature</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Shape/index.html#type-t">Shape.t</a> <span class="arrow">-></span></span>
|
||
<a href="../Typedtree/index.html#type-module_coercion">Typedtree.module_coercion</a> * <a href="../Shape/index.html#type-t">Shape.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-type_declarations"><a href="#val-type_declarations" class="anchor"></a><code><span><span class="keyword">val</span> type_declarations :
|
||
<span>loc:<a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span>
|
||
<span>mark:<a href="#type-mark">mark</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Ident/index.html#type-t">Ident.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-type_declaration">Types.type_declaration</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-type_declaration">Types.type_declaration</a> <span class="arrow">-></span></span>
|
||
unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-print_coercion"><a href="#val-print_coercion" class="anchor"></a><code><span><span class="keyword">val</span> print_coercion :
|
||
<span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-module_coercion">Typedtree.module_coercion</a> <span class="arrow">-></span></span>
|
||
unit</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-symptom"><a href="#type-symptom" class="anchor"></a><code><span><span class="keyword">type</span> symptom</span><span> = </span></code><ol><li id="type-symptom.Missing_field" class="def variant constructor anchored"><a href="#type-symptom.Missing_field" class="anchor"></a><code><span>| </span><span><span class="constructor">Missing_field</span> <span class="keyword">of</span> <a href="../Ident/index.html#type-t">Ident.t</a> * <a href="../Location/index.html#type-t">Location.t</a> * string</span></code></li><li id="type-symptom.Value_descriptions" class="def variant constructor anchored"><a href="#type-symptom.Value_descriptions" class="anchor"></a><code><span>| </span><span><span class="constructor">Value_descriptions</span> <span class="keyword">of</span> <a href="../Ident/index.html#type-t">Ident.t</a>
|
||
* <a href="../Types/index.html#type-value_description">Types.value_description</a>
|
||
* <a href="../Types/index.html#type-value_description">Types.value_description</a>
|
||
* <a href="../Includecore/index.html#type-value_mismatch">Includecore.value_mismatch</a></span></code></li><li id="type-symptom.Type_declarations" class="def variant constructor anchored"><a href="#type-symptom.Type_declarations" class="anchor"></a><code><span>| </span><span><span class="constructor">Type_declarations</span> <span class="keyword">of</span> <a href="../Ident/index.html#type-t">Ident.t</a>
|
||
* <a href="../Types/index.html#type-type_declaration">Types.type_declaration</a>
|
||
* <a href="../Types/index.html#type-type_declaration">Types.type_declaration</a>
|
||
* <a href="../Includecore/index.html#type-type_mismatch">Includecore.type_mismatch</a></span></code></li><li id="type-symptom.Extension_constructors" class="def variant constructor anchored"><a href="#type-symptom.Extension_constructors" class="anchor"></a><code><span>| </span><span><span class="constructor">Extension_constructors</span> <span class="keyword">of</span> <a href="../Ident/index.html#type-t">Ident.t</a>
|
||
* <a href="../Types/index.html#type-extension_constructor">Types.extension_constructor</a>
|
||
* <a href="../Types/index.html#type-extension_constructor">Types.extension_constructor</a>
|
||
* <a href="../Includecore/index.html#type-extension_constructor_mismatch">Includecore.extension_constructor_mismatch</a></span></code></li><li id="type-symptom.Module_types" class="def variant constructor anchored"><a href="#type-symptom.Module_types" class="anchor"></a><code><span>| </span><span><span class="constructor">Module_types</span> <span class="keyword">of</span> <a href="../Types/index.html#type-module_type">Types.module_type</a> * <a href="../Types/index.html#type-module_type">Types.module_type</a></span></code></li><li id="type-symptom.Modtype_infos" class="def variant constructor anchored"><a href="#type-symptom.Modtype_infos" class="anchor"></a><code><span>| </span><span><span class="constructor">Modtype_infos</span> <span class="keyword">of</span> <a href="../Ident/index.html#type-t">Ident.t</a>
|
||
* <a href="../Types/index.html#type-modtype_declaration">Types.modtype_declaration</a>
|
||
* <a href="../Types/index.html#type-modtype_declaration">Types.modtype_declaration</a></span></code></li><li id="type-symptom.Modtype_permutation" class="def variant constructor anchored"><a href="#type-symptom.Modtype_permutation" class="anchor"></a><code><span>| </span><span><span class="constructor">Modtype_permutation</span> <span class="keyword">of</span> <a href="../Types/index.html#type-module_type">Types.module_type</a> * <a href="../Typedtree/index.html#type-module_coercion">Typedtree.module_coercion</a></span></code></li><li id="type-symptom.Interface_mismatch" class="def variant constructor anchored"><a href="#type-symptom.Interface_mismatch" class="anchor"></a><code><span>| </span><span><span class="constructor">Interface_mismatch</span> <span class="keyword">of</span> string * string</span></code></li><li id="type-symptom.Class_type_declarations" class="def variant constructor anchored"><a href="#type-symptom.Class_type_declarations" class="anchor"></a><code><span>| </span><span><span class="constructor">Class_type_declarations</span> <span class="keyword">of</span> <a href="../Ident/index.html#type-t">Ident.t</a>
|
||
* <a href="../Types/index.html#type-class_type_declaration">Types.class_type_declaration</a>
|
||
* <a href="../Types/index.html#type-class_type_declaration">Types.class_type_declaration</a>
|
||
* <span><a href="../Ctype/index.html#type-class_match_failure">Ctype.class_match_failure</a> list</span></span></code></li><li id="type-symptom.Class_declarations" class="def variant constructor anchored"><a href="#type-symptom.Class_declarations" class="anchor"></a><code><span>| </span><span><span class="constructor">Class_declarations</span> <span class="keyword">of</span> <a href="../Ident/index.html#type-t">Ident.t</a>
|
||
* <a href="../Types/index.html#type-class_declaration">Types.class_declaration</a>
|
||
* <a href="../Types/index.html#type-class_declaration">Types.class_declaration</a>
|
||
* <span><a href="../Ctype/index.html#type-class_match_failure">Ctype.class_match_failure</a> list</span></span></code></li><li id="type-symptom.Unbound_module_path" class="def variant constructor anchored"><a href="#type-symptom.Unbound_module_path" class="anchor"></a><code><span>| </span><span><span class="constructor">Unbound_module_path</span> <span class="keyword">of</span> <a href="../Path/index.html#type-t">Path.t</a></span></code></li><li id="type-symptom.Invalid_module_alias" class="def variant constructor anchored"><a href="#type-symptom.Invalid_module_alias" class="anchor"></a><code><span>| </span><span><span class="constructor">Invalid_module_alias</span> <span class="keyword">of</span> <a href="../Path/index.html#type-t">Path.t</a></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-pos"><a href="#type-pos" class="anchor"></a><code><span><span class="keyword">type</span> pos</span><span> = </span></code><ol><li id="type-pos.Module" class="def variant constructor anchored"><a href="#type-pos.Module" class="anchor"></a><code><span>| </span><span><span class="constructor">Module</span> <span class="keyword">of</span> <a href="../Ident/index.html#type-t">Ident.t</a></span></code></li><li id="type-pos.Modtype" class="def variant constructor anchored"><a href="#type-pos.Modtype" class="anchor"></a><code><span>| </span><span><span class="constructor">Modtype</span> <span class="keyword">of</span> <a href="../Ident/index.html#type-t">Ident.t</a></span></code></li><li id="type-pos.Arg" class="def variant constructor anchored"><a href="#type-pos.Arg" class="anchor"></a><code><span>| </span><span><span class="constructor">Arg</span> <span class="keyword">of</span> <a href="../Types/index.html#type-functor_parameter">Types.functor_parameter</a></span></code></li><li id="type-pos.Body" class="def variant constructor anchored"><a href="#type-pos.Body" class="anchor"></a><code><span>| </span><span><span class="constructor">Body</span> <span class="keyword">of</span> <a href="../Types/index.html#type-functor_parameter">Types.functor_parameter</a></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="#type-explanation">explanation</a></span></code></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Apply_error"><a href="#exception-Apply_error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Apply_error</span> <span class="keyword">of</span> </span><span>{</span></code><ol><li id=".loc" class="def record field anchored"><a href="#.loc" class="anchor"></a><code><span>loc : <a href="../Location/index.html#type-t">Location.t</a>;</span></code></li><li id=".env" class="def record field anchored"><a href="#.env" class="anchor"></a><code><span>env : <a href="../Env/index.html#type-t">Env.t</a>;</span></code></li><li id=".lid_app" class="def record field anchored"><a href="#.lid_app" class="anchor"></a><code><span>lid_app : <span><a href="../Longident/index.html#type-t">Longident.t</a> option</span>;</span></code></li><li id=".mty_f" class="def record field anchored"><a href="#.mty_f" class="anchor"></a><code><span>mty_f : <a href="../Types/index.html#type-module_type">Types.module_type</a>;</span></code></li><li id=".args" class="def record field anchored"><a href="#.args" class="anchor"></a><code><span>args : <span><span>(<a href="Error/index.html#type-functor_arg_descr">Error.functor_arg_descr</a> * <a href="../Types/index.html#type-module_type">Types.module_type</a>)</span> list</span>;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-expand_module_alias"><a href="#val-expand_module_alias" class="anchor"></a><code><span><span class="keyword">val</span> expand_module_alias :
|
||
<span>strengthen:bool <span class="arrow">-></span></span>
|
||
<span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Path/index.html#type-t">Path.t</a> <span class="arrow">-></span></span>
|
||
<a href="../Types/index.html#type-module_type">Types.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Functor_inclusion_diff"><a href="#module-Functor_inclusion_diff" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Functor_inclusion_diff/index.html">Functor_inclusion_diff</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Functor_app_diff"><a href="#module-Functor_app_diff" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Functor_app_diff/index.html">Functor_app_diff</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html> |