mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
add sequences to ML API #1214
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6feb7ba795
commit
aa81d58bb0
1 changed files with 1 additions and 0 deletions
|
@ -1828,6 +1828,7 @@ end
|
|||
(** Sequences, Strings and Regular Expressions **)
|
||||
module Seq :
|
||||
sig
|
||||
(* create a sequence sort *)
|
||||
val mk_seq_sort : context -> Sort.sort -> Sort.sort
|
||||
|
||||
(* test if sort is a sequence sort *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue