3
0
Fork 0
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:
Christoph M. Wintersteiger 2013-02-19 20:04:11 +00:00
parent 4e8d05dcf6
commit fd78e45a2a
2 changed files with 24 additions and 51 deletions

View file

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