You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferBase__Config (InferBase.InferBase__Config)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../index.html">InferBase</a> » InferBase__Config</nav><h1>Module <code>InferBase__Config</code></h1><p>Configuration values: either constant, determined at compile time, or set at startup time by system calls, environment variables, or command line options</p><nav class="toc"><ul><li><a href="#constant-configuration-values">Constant configuration values</a></li><li><a href="#configuration-values-specified-by-command-line-options">Configuration values specified by command-line options</a></li><li><a href="#command-line-interface-documentation">Command Line Interface Documentation</a></li><li><a href="#miscellanous">Miscellanous</a></li></ul></nav></header><dl><dt class="spec type" id="type-os_type"><a href="#type-os_type" class="anchor"></a><code><span class="keyword">type</span> os_type</code><code> = </code><table class="variant"><tr id="type-os_type.Unix" class="anchored"><td class="def constructor"><a href="#type-os_type.Unix" class="anchor"></a><code>| </code><code><span class="constructor">Unix</span></code></td></tr><tr id="type-os_type.Win32" class="anchored"><td class="def constructor"><a href="#type-os_type.Win32" class="anchor"></a><code>| </code><code><span class="constructor">Win32</span></code></td></tr><tr id="type-os_type.Cygwin" class="anchored"><td class="def constructor"><a href="#type-os_type.Cygwin" class="anchor"></a><code>| </code><code><span class="constructor">Cygwin</span></code></td></tr></table></dt><dt class="spec type" id="type-compilation_database_dependencies"><a href="#type-compilation_database_dependencies" class="anchor"></a><code><span class="keyword">type</span> compilation_database_dependencies</code><code> = </code><table class="variant"><tr id="type-compilation_database_dependencies.Deps" class="anchored"><td class="def constructor"><a href="#type-compilation_database_dependencies.Deps" class="anchor"></a><code>| </code><code><span class="constructor">Deps</span> <span class="keyword">of</span> <span>int option</span></code></td><td class="doc"><p>get the compilation database of the dependencies up to depth n by <code>Deps (Some n)</code>, or all by <code>Deps None</code></p></td></tr><tr id="type-compilation_database_dependencies.NoDeps" class="anchored"><td class="def constructor"><a href="#type-compilation_database_dependencies.NoDeps" class="anchor"></a><code>| </code><code><span class="constructor">NoDeps</span></code></td></tr></table></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare_compilation_database_dependencies"><a href="#val-compare_compilation_database_dependencies" class="anchor"></a><code><span class="keyword">val</span> compare_compilation_database_dependencies : <a href="index.html#type-compilation_database_dependencies">compilation_database_dependencies</a> <span>-></span> <a href="index.html#type-compilation_database_dependencies">compilation_database_dependencies</a> <span>-></span> int</code></dt></dl></div></div></div><dl><dt class="spec type" id="type-build_system"><a href="#type-build_system" class="anchor"></a><code><span class="keyword">type</span> build_system</code><code> = </code><table class="variant"><tr id="type-build_system.BAnt" class="anchored"><td class="def constructor"><a href="#type-build_system.BAnt" class="anchor"></a><code>| </code><code><span class="constructor">BAnt</span></code></td></tr><tr id="type-build_system.BBuck" class="anchored"><td class="def constructor"><a href="#type-build_system.BBuck" class="anchor"></a><code>| </code><code><span class="constructor">BBuck</span></code></td></
|