mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 03:11:30 +00:00
Expose mk_re_allchar in OCaml API
This commit is contained in:
parent
070f760501
commit
f0421879bb
2 changed files with 4 additions and 0 deletions
|
|
@ -2023,6 +2023,9 @@ sig
|
|||
(** regular expression for the range between two characters *)
|
||||
val mk_re_range : context -> Expr.expr -> Expr.expr -> Expr.expr
|
||||
|
||||
(** the regular expression matching any single character of the given sort *)
|
||||
val mk_re_allchar : context -> Sort.sort -> Expr.expr
|
||||
|
||||
(** bounded loop regular expression *)
|
||||
val mk_re_loop : context -> Expr.expr -> int -> int -> Expr.expr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue