mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 12:15:48 -05:00
2 lines
No EOL
2.3 KiB
HTML
2 lines
No EOL
2.3 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Sidekick_smtlib (sidekick-bin.Sidekick_smtlib)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><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">sidekick-bin</a> » Sidekick_smtlib</nav><h1>Module <code>Sidekick_smtlib</code></h1><h2 id="smtlib-2-interface"><a href="#smtlib-2-interface" class="anchor"></a>SMTLib-2 Interface</h2></header><aside><p>This library provides a parser, a type-checker, and a solver interface for processing SMTLib-2 problems.</p></aside><dl><dt class="spec type" id="type-or_error"><a href="#type-or_error" class="anchor"></a><code><span class="keyword">type</span> 'a or_error</code><code> = (<span class="type-var">'a</span>, string) CCResult.t</code></dt></dl><dl><dt class="spec module" id="module-Ast"><a href="#module-Ast" class="anchor"></a><code><span class="keyword">module</span> <a href="Ast/index.html">Ast</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd></dd></dl><dl><dt class="spec module" id="module-Process"><a href="#module-Process" class="anchor"></a><code><span class="keyword">module</span> <a href="Process/index.html">Process</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd></dd></dl><div class="spec module" id="module-Solver"><a href="#module-Solver" class="anchor"></a><code><span class="keyword">module</span> Solver = <a href="Process/index.html#module-Solver">Process.Solver</a></code></div><dl><dt class="spec value" id="val-parse"><a href="#val-parse" class="anchor"></a><code><span class="keyword">val</span> parse : string <span>-></span> <a href="Ast/index.html#type-statement">Ast.statement</a> list <a href="index.html#type-or_error">or_error</a></code></dt><dt class="spec value" id="val-parse_stdin"><a href="#val-parse_stdin" class="anchor"></a><code><span class="keyword">val</span> parse_stdin : unit <span>-></span> <a href="Ast/index.html#type-statement">Ast.statement</a> list <a href="index.html#type-or_error">or_error</a></code></dt></dl></div></body></html> |