mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +00:00
fix name clash in ocaml api
This commit is contained in:
parent
8da1b024b7
commit
fa97f4a626
2 changed files with 2 additions and 2 deletions
|
@ -717,7 +717,7 @@ struct
|
|||
else
|
||||
mk_exists ctx sorts names body weight patterns nopatterns quantifier_id skolem_id
|
||||
|
||||
let mk_quantifier (ctx:context) (universal:bool) (bound_constants:expr list) (body:expr) (weight:int option) (patterns:Pattern.pattern list) (nopatterns:expr list) (quantifier_id:Symbol.symbol option) (skolem_id:Symbol.symbol option) =
|
||||
let mk_quantifier_const (ctx:context) (universal:bool) (bound_constants:expr list) (body:expr) (weight:int option) (patterns:Pattern.pattern list) (nopatterns:expr list) (quantifier_id:Symbol.symbol option) (skolem_id:Symbol.symbol option) =
|
||||
if universal then
|
||||
mk_forall_const ctx bound_constants body weight patterns nopatterns quantifier_id skolem_id
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue