mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
ml build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d0e20e44ff
commit
f3b51db891
|
@ -329,11 +329,11 @@ sig
|
|||
|
||||
(** Creates a function declaration that can be used in a recursive function definition.
|
||||
{!add_rec_def} *)
|
||||
val mk_rec_fun : context > Symbol.symbol -> Sort.sort list -> Sort.sort -> func_decl
|
||||
val mk_rec_fun : context -> Symbol.symbol -> Sort.sort list -> Sort.sort -> func_decl
|
||||
|
||||
(** Creates a function declaration that can be used in a recursive function definition.
|
||||
{!add_rec_def} *)
|
||||
val mk_rec_fun_s : context > string -> Sort.sort list -> Sort.sort -> func_decl
|
||||
val mk_rec_fun_s : context -> string -> Sort.sort list -> Sort.sort -> func_decl
|
||||
|
||||
(** Registers a recursive function definition *)
|
||||
val add_rec_def : context -> func_decl -> Expr.expr list -> Expr.expr -> unit
|
||||
|
|
Loading…
Reference in a new issue