Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
8ff52ea6
Commit
8ff52ea6
authored
Feb 25, 2012
by
Andrei Paskevich
Browse files
"div" and "mod" are built-in in smtlib 2
parent
b0fff343
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
examples/programs/vacid_0_binary_heaps/proofs/why3session.xml
View file @
8ff52ea6
This diff is collapsed.
Click to expand it.
src/printer/smtv2.ml
View file @
8ff52ea6
...
...
@@ -56,6 +56,8 @@ let ident_printer =
"Bool"
;
"unsat"
;
"sat"
;
"true"
;
"false"
;
"select"
;
"store"
;
(** arrays -- this really belongs to the driver! (esp. const) *)
"Array"
;
"select"
;
"store"
;
"const"
;
(** div and mod are builtin *)
"div"
;
"mod"
;
]
in
let
san
=
sanitizer
char_to_alpha
char_to_alnumus
in
...
...
Write
Preview
Markdown
is supported
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