mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
ml
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5ea145ce26
commit
2bb712c9da
|
@ -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…
Reference in a new issue