Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
08d096c5
Commit
08d096c5
authored
Nov 21, 2017
by
Robbert Krebbers
Committed by
Ralf Jung
Nov 24, 2017
Browse files
Name more variables.
parent
2f754628
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment