From 090d8bc3c31404140856e51d2cc5a5aa1335b3b3 Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Sun, 12 Jul 2020 17:37:03 -0700 Subject: Remove ExprSequence (#4724) Now that we can break the old API, we don't need an ExprSequence anymore. This commit removes ExprSequence and replaces all of its uses with Sequence. Note that I had to temporarily make sequence.h public because we currently include it in a "public" header because we still generate the code for Expr::mkConst(). --- src/theory/strings/kinds | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/theory/strings/kinds') diff --git a/src/theory/strings/kinds b/src/theory/strings/kinds index 96ba82a44..21a435152 100644 --- a/src/theory/strings/kinds +++ b/src/theory/strings/kinds @@ -76,9 +76,9 @@ enumerator SEQUENCE_TYPE \ "theory/strings/type_enumerator.h" constant CONST_SEQUENCE \ - ::CVC4::ExprSequence \ - ::CVC4::ExprSequenceHashFunction \ - "expr/expr_sequence.h" \ + ::CVC4::Sequence \ + ::CVC4::SequenceHashFunction \ + "expr/sequence.h" \ "a sequence of characters" operator SEQ_UNIT 1 "a sequence of length one" -- cgit v1.2.3