mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
ml
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5ea145ce26
commit
2bb712c9da
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ sig
|
|||
val mk_func_decl_s : context -> string -> Sort.sort list -> Sort.sort -> func_decl
|
||||
val mk_rec_fun : context -> Symbol.symbol -> Sort.sort list -> Sort.sort -> func_decl
|
||||
val mk_rec_fun_s : context -> string -> Sort.sort list -> Sort.sort -> func_decl
|
||||
val add_rec_def : context -> func_decl -> Expr.expr list -> Expr.expr -> unit
|
||||
val mk_fresh_func_decl : context -> string -> Sort.sort list -> Sort.sort -> func_decl
|
||||
val mk_const_decl : context -> Symbol.symbol -> Sort.sort -> func_decl
|
||||
val mk_const_decl_s : context -> string -> Sort.sort -> func_decl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue