diff --git a/src/ast/seq_decl_plugin.h b/src/ast/seq_decl_plugin.h index 305db0a94..0b2328f3d 100644 --- a/src/ast/seq_decl_plugin.h +++ b/src/ast/seq_decl_plugin.h @@ -22,6 +22,9 @@ TBD: - (str.replace_re_all String RegLan String String) - (str.replace_re String RegLan String String) - (str.replace_all String String String String) +- (str.is_digit String Bool) would replace smt/seq_skolem is_digit. +- (str.to_code String Int) +- (str.from_code Int String) --*/ #ifndef SEQ_DECL_PLUGIN_H_