Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
FP
Stacked Borrows Coq
Commits
8f851ab3
Commit
8f851ab3
authored
Sep 17, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove old commented code
parent
d0716dc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
theories/sim/refl.v
theories/sim/refl.v
+0
-2
No files found.
theories/sim/refl.v
View file @
8f851ab3
...
...
@@ -335,8 +335,6 @@ Theorem sim_mod_fun_refl f :
Proof
.
intros
Hwf
.
eapply
(
sim_fun_simple
sem_steps
);
first
done
.
intros
fs
ft
r
es
et
vs
vt
c
Hlk
Hrel
Hsubst1
Hsubst2
.
(
*
eapply
sim_simple_viewshift
.
{
eapply
viewshift_frame_l
.
eapply
vs_call_empty_public
.
}
*
)
eapply
sim_simple_frame_r
.
destruct
(
subst_l_map
_
_
_
_
_
_
_
(
rrel
r
)
Hsubst1
Hsubst2
)
as
(
map
&
->
&
->
&
Hmap
).
{
clear
-
Hrel
.
induction
Hrel
;
eauto
using
Forall2
.
}
...
...
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