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
d76ba889
Commit
d76ba889
authored
Mar 19, 2015
by
David Hauzar
Browse files
Collecting locations also for definitions.
parent
e71caa85
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/printer/smtv2.ml
View file @
d76ba889
...
...
@@ -130,7 +130,7 @@ let collect_model_ls info ls =
Slab
.
mem
model_label
ls
.
ls_name
.
id_label
then
begin
let
t
=
t_app
ls
[]
ls
.
ls_value
in
info
.
info_model
<-
(
t_label
ls
.
ls_name
.
id_label
t
)
::
info
.
info_model
info
.
info_model
<-
(
t_label
?
loc
:
ls
.
ls_name
.
id_loc
ls
.
ls_name
.
id_label
t
)
::
info
.
info_model
end
(** expr *)
...
...
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