3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00

ML API doc fix

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2014-04-16 16:12:55 +01:00
parent 5937141605
commit cc40105919

View file

@ -2404,7 +2404,7 @@ sig
(** The finite set of distinct values that represent the interpretation of a sort.
{!get_sorts}
@returns A list of expressions, where each is an element of the universe of the sort *)
@return A list of expressions, where each is an element of the universe of the sort *)
val sort_universe : model -> Sort.sort -> AST.ast list
(** Conversion of models to strings.