From 6f6708083a6b57243fd59ceb1a783ad65b086550 Mon Sep 17 00:00:00 2001 From: Tianyi Liang Date: Thu, 13 Feb 2014 18:08:49 -0600 Subject: fix expanding def --- src/theory/strings/kinds | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/theory/strings/kinds') diff --git a/src/theory/strings/kinds b/src/theory/strings/kinds index b3a75a560..7d631e826 100644 --- a/src/theory/strings/kinds +++ b/src/theory/strings/kinds @@ -14,6 +14,7 @@ operator STRING_CONCAT 2: "string concat" operator STRING_IN_REGEXP 2 "membership" operator STRING_LENGTH 1 "string length" operator STRING_SUBSTR 3 "string substr (user symbol)" +operator STRING_SUBSTR_TOTAL 3 "string substr (internal symbol)" operator STRING_CHARAT 2 "string charat (user symbol)" operator STRING_STRCTN 2 "string contains" operator STRING_STRIDOF 3 "string indexof" @@ -107,6 +108,7 @@ typerule STRING_TO_REGEXP ::CVC4::theory::strings::StringToRegExpTypeRule typerule STRING_CONCAT ::CVC4::theory::strings::StringConcatTypeRule typerule STRING_LENGTH ::CVC4::theory::strings::StringLengthTypeRule typerule STRING_SUBSTR ::CVC4::theory::strings::StringSubstrTypeRule +typerule STRING_SUBSTR_TOTAL ::CVC4::theory::strings::StringSubstrTypeRule typerule STRING_CHARAT ::CVC4::theory::strings::StringCharAtTypeRule typerule STRING_STRCTN ::CVC4::theory::strings::StringContainTypeRule typerule STRING_STRIDOF ::CVC4::theory::strings::StringIndexOfTypeRule -- cgit v1.2.3