3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Fixed typo in ML API. Relates to #1214.

This commit is contained in:
Christoph M. Wintersteiger 2017-08-21 18:21:31 +01:00
parent 04084e21c8
commit ed5058d225

View file

@ -1912,7 +1912,7 @@ sig
(* union of regular expressions *)
val mk_re_union : context -> Expr.expr list -> Expr.expr
(* concatenation of regular expressions* )
(* concatenation of regular expressions *)
val mk_re_concat : context -> Expr.expr list -> Expr.expr
(* regular expression for the range between two characters *)