Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Model registry
Operate
Environments
Monitor
Service Desk
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
Iris
lambda-rust
Commits
04a54e2c
There was a problem fetching the pipeline metadata.
Commit
04a54e2c
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
wp_app: remove commented-out tactics
parent
a199e3f7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/lang/derived.v
+1
-3
1 addition, 3 deletions
theories/lang/derived.v
with
1 addition
and
3 deletions
theories/lang/derived.v
+
1
−
3
View file @
04a54e2c
...
@@ -33,9 +33,7 @@ Proof.
...
@@ -33,9 +33,7 @@ Proof.
rewrite
big_sepL_app
.
iDestruct
"Hel"
as
"[Hvl Hel]"
.
rewrite
big_sepL_app
.
iDestruct
"Hel"
as
"[Hvl Hel]"
.
iAssert
([
∗
list
]
y
∈
[],
Q
y
)
%
I
with
"[Hvl]"
as
"Hvl"
.
iAssert
([
∗
list
]
y
∈
[],
Q
y
)
%
I
with
"[Hvl]"
as
"Hvl"
.
{
by
rewrite
big_sepL_nil
.
}
{
by
rewrite
big_sepL_nil
.
}
(*assert (length ((of_val <$> ([] : list val)) ++ el) = length el) as Hlen by reflexivity.*)
remember
[]
as
vl
.
clear
Heqvl
.
iInduction
el
as
[|
e
el
]
"IH"
forall
(
vl
)
.
remember
[]
as
vl
.
clear
Heqvl
.
(*remember (length el) as n. clear Heqn.*)
iInduction
el
as
[|
e
el
]
"IH"
forall
(
vl
)
.
-
rewrite
app_nil_r
.
by
iApply
"HΦ"
.
-
rewrite
app_nil_r
.
by
iApply
"HΦ"
.
-
destruct
Hf
as
[
vf
Hf
]
.
set
(
K
:=
AppRCtx
vf
vl
el
)
.
-
destruct
Hf
as
[
vf
Hf
]
.
set
(
K
:=
AppRCtx
vf
vl
el
)
.
rewrite
(_
:
App
f
((
of_val
<$>
vl
)
++
e
::
el
)
=
fill_item
K
e
);
last
first
.
rewrite
(_
:
App
f
((
of_val
<$>
vl
)
++
e
::
el
)
=
fill_item
K
e
);
last
first
.
...
...
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