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
bf14444f7d
commit
5ea145ce26
|
@ -263,8 +263,8 @@ sig
|
|||
end
|
||||
val mk_func_decl : context -> Symbol.symbol -> Sort.sort list -> Sort.sort -> func_decl
|
||||
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 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 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