mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
ML API: got rid of "extra" objects on types.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
4e8d05dcf6
commit
fd78e45a2a
2 changed files with 24 additions and 51 deletions
|
@ -482,8 +482,8 @@ sig
|
|||
module Constructor :
|
||||
sig
|
||||
val get_n : constructor -> int
|
||||
val tester_decl : constructor -> func_decl
|
||||
val constructor_decl : constructor -> func_decl
|
||||
val tester_decl : constructor -> func_decl
|
||||
val accessor_decls : constructor -> func_decl array
|
||||
val get_num_fields : constructor -> int
|
||||
val get_constructor_decl : constructor -> func_decl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue