We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a4938 commit aacb32cCopy full SHA for aacb32c
docs/index.mld
@@ -125,7 +125,7 @@ val model : Model.t = (model
125
# let x_val =
126
let x = Symbol.make (Ty_bitv 8) "x" in
127
Model.evaluate model x;;
128
-val x_val : Value.t option = Some (Smtml.Value.Bitv <abstr>)
+val x_val : Value.t option = Some (Value.Bitv <abstr>)
129
]}
130
131
{1:advanced Advanced Features}
dune
@@ -6,3 +6,8 @@
6
(not %{lib-available:bitwuzla-cxx})
7
(not %{lib-available:colibri2.core})
8
(not %{lib-available:cvc5}))))
9
+
10
+(env
11
+ (release
12
+ (ocamlopt_flags
13
+ (:standard -O3 -noassert))))
0 commit comments