Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simcha van Collem
Iris
Commits
42cb296d
Commit
42cb296d
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
minor nits
parent
f519685e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
barrier/heap_lang.v
+2
-2
2 additions, 2 deletions
barrier/heap_lang.v
with
2 additions
and
2 deletions
barrier/heap_lang.v
+
2
−
2
View file @
42cb296d
...
@@ -263,7 +263,7 @@ Lemma fill_item_no_val_inj Ki1 Ki2 e1 e2 :
...
@@ -263,7 +263,7 @@ Lemma fill_item_no_val_inj Ki1 Ki2 e1 e2 :
fill_item
Ki1
e1
=
fill_item
Ki2
e2
→
Ki1
=
Ki2
.
fill_item
Ki1
e1
=
fill_item
Ki2
e2
→
Ki1
=
Ki2
.
Proof
.
Proof
.
destruct
Ki1
,
Ki2
;
intros
;
try
discriminate
;
simplify_equality'
;
destruct
Ki1
,
Ki2
;
intros
;
try
discriminate
;
simplify_equality'
;
repeat
match
goal
with
try
match
goal
with
|
H
:
to_val
(
of_val
_)
=
None
|
-
_
=>
by
rewrite
to_of_val
in
H
|
H
:
to_val
(
of_val
_)
=
None
|
-
_
=>
by
rewrite
to_of_val
in
H
end
;
auto
.
end
;
auto
.
Qed
.
Qed
.
...
@@ -278,7 +278,7 @@ Proof.
...
@@ -278,7 +278,7 @@ Proof.
intros
Hfill
Hred
Hnval
;
revert
K'
Hfill
.
intros
Hfill
Hred
Hnval
;
revert
K'
Hfill
.
induction
K
as
[|
Ki
K
IH
];
simpl
;
intros
K'
Hfill
;
auto
using
prefix_of_nil
.
induction
K
as
[|
Ki
K
IH
];
simpl
;
intros
K'
Hfill
;
auto
using
prefix_of_nil
.
destruct
K'
as
[|
Ki'
K'
];
simplify_equality'
.
destruct
K'
as
[|
Ki'
K'
];
simplify_equality'
.
{
destruct
(
proj1
(
eq_None_not_Some
(
to_val
(
fill
K
e1
)))
)
;
{
exfalso
;
apply
(
eq_None_not_Some
(
to_val
(
fill
K
e1
)));
eauto
using
fill_not_val
,
head_ctx_step_val
.
}
eauto
using
fill_not_val
,
head_ctx_step_val
.
}
cut
(
Ki
=
Ki'
);
[
naive_solver
eauto
using
prefix_of_cons
|]
.
cut
(
Ki
=
Ki'
);
[
naive_solver
eauto
using
prefix_of_cons
|]
.
eauto
using
fill_item_no_val_inj
,
values_head_stuck
,
fill_not_val
.
eauto
using
fill_item_no_val_inj
,
values_head_stuck
,
fill_not_val
.
...
...
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