mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
Fix for ast_map in ML API
This commit is contained in:
parent
0a95df8960
commit
18a0314f6b
2 changed files with 3 additions and 3 deletions
|
@ -195,7 +195,7 @@ sig
|
|||
val get_size : ast_map -> int
|
||||
|
||||
(** The keys stored in the map. *)
|
||||
val get_keys : ast_map -> Expr.expr list
|
||||
val get_keys : ast_map -> ast list
|
||||
|
||||
(** Retrieves a string representation of the map.*)
|
||||
val to_string : ast_map -> string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue