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:
parent
04084e21c8
commit
ed5058d225
|
@ -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 *)
|
||||
|
|
Loading…
Reference in a new issue