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.

2 lines
1.6 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>DotCfg (infer.IR.DotCfg)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><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">infer</a> &#x00BB; <a href="../index.html">IR</a> &#x00BB; DotCfg</nav><h1>Module <code>IR.DotCfg</code></h1></header><dl><dt class="spec value" id="val-emit_frontend_cfg"><a href="#val-emit_frontend_cfg" class="anchor"></a><code><span class="keyword">val</span> emit_frontend_cfg : <a href="../../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a> <span>&#45;&gt;</span> <a href="../Cfg/index.html#type-t">Cfg.t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>emit the given <a href="../Cfg/index.html#type-t"><code>Cfg.t</code></a> in the &quot;dot&quot; format to a file determined by <code>Config</code> values</p></dd></dl><dl><dt class="spec value" id="val-emit_proc_desc"><a href="#val-emit_proc_desc" class="anchor"></a><code><span class="keyword">val</span> emit_proc_desc : <a href="../../IBase/SourceFile/index.html#type-t">IBase.SourceFile.t</a> <span>&#45;&gt;</span> <a href="../Procdesc/index.html#type-t">Procdesc.t</a> <span>&#45;&gt;</span> unit</code></dt><dd><p>emit the given <a href="../Procdesc/index.html#type-t"><code>Procdesc.t</code></a> in the &quot;dot&quot; format to a file in infer-out/captured/</p></dd></dl></div></body></html>