This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>Biabduction__Dom (infer.Biabduction__Dom)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc 1.5.0"/><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>» Biabduction__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="../Biabduction/BiabductionSummary/index.html#type-t">Biabduction.BiabductionSummary.t</a><ahref="../Absint/InterproceduralAnalysis/index.html#type-t">Absint.InterproceduralAnalysis.t</a></span><span>-></span><ahref="../Biabduction/Paths/PathSet/index.html#type-t">Biabduction.Paths.PathSet.t</a><span>-></span><ahref="../Biabduction/Paths/PathSet/index.html#type-t">Biabduction.Paths.PathSet.t</a><span>-></span><ahref="../Biabduction/Paths/PathSet/index.html#type-t">Biabduction.Paths.PathSet.t</a> * <ahref="../Biabduction/Paths/PathSet/index.html#type-t">Biabduction.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="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a><ahref="../Biabduction/Prop/index.html#type-t">Biabduction.Prop.t</a></span> list</span><span>-></span><span><span><ahref="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a><ahref="../Biabduction/BiabductionSummary/Jprop/index.html#type-t">Biabduction.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="../Biabduction/Propset/index.html#type-t">Biabduction.Propset.t</a><span>-></span><span><span><ahref="../Biabduction/Prop/index.html#type-normal">Biabduction.Prop.normal</a><ahref="../Biabduction/Prop/index.html#type-t">Biabduction.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>