3
0
Fork 0
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:
Christoph M. Wintersteiger 2015-10-02 15:52:33 +01:00
parent 0a95df8960
commit 18a0314f6b
2 changed files with 3 additions and 3 deletions

View file

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