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
5810cd8a
Commit
5810cd8a
authored
Jul 12, 2012
by
Andrei Paskevich
Browse files
whyml: do not lose labels on postconditions
parent
81f3f4d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/whyml/mlw_wp.ml
View file @
5810cd8a
...
...
@@ -202,6 +202,10 @@ let regs_of_writes eff = Sreg.union eff.eff_writes eff.eff_ghostw
let
regs_of_effect
eff
=
Sreg
.
union
(
regs_of_reads
eff
)
(
regs_of_writes
eff
)
let
exns_of_raises
eff
=
Sexn
.
union
eff
.
eff_raises
eff
.
eff_ghostx
let
open_post
q
=
let
v
,
f
=
open_post
q
in
v
,
t_label_copy
q
f
let
open_unit_post
q
=
let
v
,
q
=
open_post
q
in
t_subst_single
v
t_void
q
...
...
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