Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lennard Gäher
Iris
Commits
4d57af6b
Commit
4d57af6b
authored
Oct 18, 2018
by
Ralf Jung
Browse files
note some FIXMEs
parent
41aaefe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/program_logic/language.v
View file @
4d57af6b
...
...
@@ -120,7 +120,7 @@ Section language.
rtc
erased_step
ρ
1
ρ
2
→
∃
n
κ
s
,
nsteps
n
ρ
1
κ
s
ρ
2
.
Proof
.
induction
1
;
firstorder
;
eauto
.
induction
1
;
firstorder
;
eauto
.
(* FIXME: [naive_solver eauto] should be able to handle this *)
Qed
.
Lemma
of_to_val_flip
v
e
:
of_val
v
=
e
→
to_val
e
=
Some
v
.
...
...
@@ -171,6 +171,7 @@ Section language.
t1
≡
ₚ
t1'
→
erased_step
(
t1
,
σ
1
)
(
t2
,
σ
2
)
→
∃
t2'
,
t2
≡
ₚ
t2'
∧
erased_step
(
t1'
,
σ
1
)
(
t2'
,
σ
2
).
Proof
.
intros
Heq
[?
Hs
].
pose
proof
(
step_Permutation
_
_
_
_
_
_
Heq
Hs
).
firstorder
.
(* FIXME: [naive_solver] should be able to handle this *)
Qed
.
Record
pure_step
(
e1
e2
:
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