3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 01:18:45 +00:00

fully remove seq-based characters

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-01-27 06:26:44 -08:00
parent 8d8fe872ad
commit e969bd1c97
3 changed files with 0 additions and 60 deletions

View file

@ -31,7 +31,6 @@ Revision History:
enum seq_sort_kind {
SEQ_SORT,
RE_SORT,
_CHAR_SORT, // internal only
_STRING_SORT,
_REGLAN_SORT
};
@ -87,8 +86,6 @@ enum seq_op_kind {
OP_STRING_TO_CODE,
OP_STRING_FROM_CODE,
_OP_CHAR_CONST, // constant character
_OP_CHAR_LE, // Unicode comparison
// internal only operators. Converted to SEQ variants.
_OP_STRING_FROM_CHAR,
_OP_STRING_STRREPL,