3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-07-04 16:22:01 -07:00
parent d0e20e44ff
commit f3b51db891

View file

@ -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