mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
ML API bugfix (Codeplex issue 102)
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
c32e130487
commit
54b7f8eec3
3 changed files with 192 additions and 143 deletions
|
@ -758,6 +758,9 @@ sig
|
|||
|
||||
(** Create a Quantifier. *)
|
||||
val mk_quantifier : context -> bool -> Expr.expr list -> Expr.expr -> int option -> Pattern.pattern list -> Expr.expr list -> Symbol.symbol option -> Symbol.symbol option -> quantifier
|
||||
|
||||
(** A string representation of the quantifier. *)
|
||||
val to_string : quantifier -> string
|
||||
end
|
||||
|
||||
(** Functions to manipulate Array expressions *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue