Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Why3
why3
Commits
9b1dcc92
Commit
9b1dcc92
authored
10 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
[Smtv2] fit lines in 80 columns
parent
21b1f3dd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/printer/smtv2.ml
+6
-7
6 additions, 7 deletions
src/printer/smtv2.ml
with
6 additions
and
7 deletions
src/printer/smtv2.ml
+
6
−
7
View file @
9b1dcc92
...
...
@@ -57,7 +57,8 @@ let ident_printer =
"concat"
;
"bvnot"
;
"bvand"
;
"bvor"
;
"bvneg"
;
"bvadd"
;
"bvmul"
;
"bvudiv"
;
"bvurem"
;
"bvshl"
;
"bvlshr"
;
"bvult"
;
"bvnand"
;
"bvnor"
;
"bvxor"
;
"bvcomp"
;
"bvsub"
;
"bvsdiv"
;
"bvsrem"
;
"bvsmod"
;
"bvashr"
;
"bvule"
;
"bvugt"
;
"bvuge"
;
"bvslt"
;
"bvsle"
;
"bvsgt"
;
"bvsge"
;
"rotate_left"
;
"rotate_right"
;
"bvugt"
;
"bvuge"
;
"bvslt"
;
"bvsle"
;
"bvsgt"
;
"bvsge"
;
"rotate_left"
;
"rotate_right"
;
"cos"
;
"sin"
;
"tan"
;
"atan"
;
"pi"
;
...
...
@@ -129,12 +130,10 @@ let print_var_list info fmt vsl =
let
model_label
=
Ident
.
create_label
"model"
let
collect_model_ls
info
ls
=
if
ls
.
ls_args
=
[]
&&
Slab
.
mem
model_label
ls
.
ls_name
.
id_label
then
begin
if
ls
.
ls_args
=
[]
&&
Slab
.
mem
model_label
ls
.
ls_name
.
id_label
then
let
t
=
t_app
ls
[]
ls
.
ls_value
in
info
.
info_model
<-
(
t_label
?
loc
:
ls
.
ls_name
.
id_loc
ls
.
ls_name
.
id_label
t
)
::
info
.
info_model
end
info
.
info_model
<-
(
t_label
?
loc
:
ls
.
ls_name
.
id_loc
ls
.
ls_name
.
id_label
t
)
::
info
.
info_model
(** expr *)
let
rec
print_term
info
fmt
t
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment