Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iris-coq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marianna Rapoport
iris-coq
Commits
08d096c5
Commit
08d096c5
authored
Nov 21, 2017
by
Robbert Krebbers
Committed by
Ralf Jung
Nov 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Name more variables.
parent
2f754628
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
theories/program_logic/language.v
theories/program_logic/language.v
+5
-6
No files found.
theories/program_logic/language.v
View file @
08d096c5
...
...
@@ -145,12 +145,11 @@ Section language.
PureExec
φ
(
K
e1
)
(
K
e2
).
Proof
.
intros
[
Hred
Hstep
].
split
.
-
intros
σ
?.
destruct
(
Hred
σ
)
as
(?
&
?
&
?
&
?)
;
first
done
.
do
3
eexists
.
eapply
fill_step
.
done
.
-
intros
σ
????
Hpstep
.
edestruct
fill_step_inv
as
(?
&
?
&
?)
;
[|
exact
Hpstep
|].
+
destruct
(
Hred
σ
)
as
(?
&
?
&
?
&
?)
;
first
done
.
eapply
val_stuck
.
done
.
+
edestruct
Hstep
as
(?
&
?
&
?)
;
[
done
..|].
by
subst
.
-
unfold
reducible
in
*.
naive_solver
eauto
using
fill_step
.
-
intros
σ
1 e2
'
σ
2
efs
?
Hpstep
.
destruct
(
fill_step_inv
e1
σ
1 e2
'
σ
2
efs
)
as
(
e2''
&
->
&
?)
;
[|
exact
Hpstep
|].
+
destruct
(
Hred
σ
1
)
as
(?
&
?
&
?
&
?)
;
eauto
using
val_stuck
.
+
edestruct
(
Hstep
σ
1 e2
''
σ
2
efs
)
as
(->
&
->
&
->)
;
auto
.
Qed
.
(* This is a family of frequent assumptions for PureExec *)
...
...
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