Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
20a82b81
Commit
20a82b81
authored
Mar 15, 2013
by
Andrei Paskevich
Browse files
smtv2: blacklist "concat" used by CVC4
we really, really should implement blacklists in drivers
parent
e5cbf29e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/printer/smtv2.ml
View file @
20a82b81
...
@@ -44,7 +44,9 @@ let ident_printer =
...
@@ -44,7 +44,9 @@ let ident_printer =
(** div and mod are builtin *)
(** div and mod are builtin *)
"div"
;
"mod"
;
"div"
;
"mod"
;
(** distinct is builtin in some provers *)
(** distinct is builtin in some provers *)
"distinct"
"distinct"
;
(** CVC4 built-in symbols *)
"concat"
;
]
]
in
in
let
san
=
sanitizer
char_to_alpha
char_to_alnumus
in
let
san
=
sanitizer
char_to_alpha
char_to_alnumus
in
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment