<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>Dom (infer.Biabduction.Dom)</title><linkrel="stylesheet"href="../../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.1"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../../index.html">infer</a>»<ahref="../index.html">Biabduction</a>» Dom</nav><h1>Module <code>Biabduction.Dom</code></h1><navclass="toc"><ul><li><ahref="#join-operators">Join Operators</a></li><li><ahref="#meet-operators">Meet Operators</a></li></ul></nav></header><aside><p>Join and Meet Operators</p></aside><section><header><h3id="join-operators"><ahref="#join-operators"class="anchor"></a>Join Operators</h3></header><dl><dtclass="spec value"id="val-pathset_join"><ahref="#val-pathset_join"class="anchor"></a><code><spanclass="keyword">val</span> pathset_join : <span><ahref="../BiabductionSummary/index.html#type-t">BiabductionSummary.t</a><ahref="../../Absint/InterproceduralAnalysis/index.html#type-t">Absint.InterproceduralAnalysis.t</a></span><span>-></span><ahref="../Paths/PathSet/index.html#type-t">Paths.PathSet.t</a><span>-></span><ahref="../Paths/PathSet/index.html#type-t">Paths.PathSet.t</a><span>-></span><ahref="../Paths/PathSet/index.html#type-t">Paths.PathSet.t</a> * <ahref="../Paths/PathSet/index.html#type-t">Paths.PathSet.t</a></code></dt><dd><p>Join two pathsets</p></dd></dl><dl><dtclass="spec value"id="val-proplist_collapse_pre"><ahref="#val-proplist_collapse_pre"class="anchor"></a><code><spanclass="keyword">val</span> proplist_collapse_pre : <ahref="../../IR/Tenv/index.html#type-t">IR.Tenv.t</a><span>-></span><span><span><ahref="../Prop/index.html#type-normal">Prop.normal</a><ahref="../Prop/index.html#type-t">Prop.t</a></span> list</span><span>-></span><span><span><ahref="../Prop/index.html#type-normal">Prop.normal</a><ahref="../BiabductionSummary/Jprop/index.html#type-t">BiabductionSummary.Jprop.t</a></span> list</span></code></dt></dl></section><section><header><h3id="meet-operators"><ahref="#meet-operators"class="anchor"></a>Meet Operators</h3></header><dl><dtclass="spec value"id="val-propset_meet_generate_pre"><ahref="#val-propset_meet_generate_pre"class="anchor"></a><code><spanclass="keyword">val</span> propset_meet_generate_pre : <ahref="../../IR/Tenv/index.html#type-t">IR.Tenv.t</a><span>-></span><ahref="../Propset/index.html#type-t">Propset.t</a><span>-></span><span><span><ahref="../Prop/index.html#type-normal">Prop.normal</a><ahref="../Prop/index.html#type-t">Prop.t</a></span> list</span></code></dt><dd><p><code>propset_meet_generate_pre</code> generates new symbolic heaps (i.e., props) by applying the partial meet operator, adds the generated heaps to the argument propset, and returns the resulting propset. This function is tuned for combining preconditions.</p></dd></dl></section></div></body></html>