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
d00dd702
Commit
d00dd702
authored
Oct 16, 2013
by
MARCHE Claude
Browse files
Yices: "nat" is built-in
parent
44a8424a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/printer/yices.ml
View file @
d00dd702
...
...
@@ -40,7 +40,8 @@ let ident_printer =
(** for security *)
"bool"
;
"unsat"
;
"sat"
;
"true"
;
"false"
;
"true"
;
"check"
;
"assert"
;
"TYPE"
;
"SUBTYPE"
;
"scalar"
;
"select"
;
"update"
;
"int"
;
"real"
;
"subtype"
;
"subrange"
;
"mk-bv"
;
"scalar"
;
"select"
;
"update"
;
"int"
;
"real"
;
"nat"
;
"subtype"
;
"subrange"
;
"mk-bv"
;
"bv-concat"
;
"bv-extract"
;
"bv-shift-right0"
;
"div"
;
"mod"
;
"bitvector"
;
"lambda"
;
]
...
...
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