Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
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
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
William Mansky
Iris
Commits
34abc914
Commit
34abc914
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Tidy up Coqdoc.
parent
9a81a9a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/heap_lang/array.v
+2
-2
2 additions, 2 deletions
theories/heap_lang/array.v
with
2 additions
and
2 deletions
theories/heap_lang/array.v
+
2
−
2
View file @
34abc914
...
...
@@ -79,7 +79,7 @@ Proof.
rewrite
drop_insert
;
last
by
lia
.
done
.
Qed
.
(**
A
llocation *)
(**
* Rules for a
llocation *)
Lemma
mapsto_seq_array
l
q
v
n
:
([
∗
list
]
i
∈
seq
0
n
,
(
l
+
ₗ
(
i
:
nat
))
↦
{
q
}
v
)
-∗
l
↦∗
{
q
}
replicate
n
v
.
...
...
@@ -133,7 +133,7 @@ Proof.
iApply
twp_allocN_vec
;
[
auto
..|];
iIntros
(
l
)
"H HΦ"
.
by
iApply
"HΦ"
.
Qed
.
(**
A
ccess
to
array elements *)
(**
* Rules for a
ccess
ing
array elements *)
Lemma
twp_load_offset
s
E
l
q
off
vs
v
:
vs
!!
off
=
Some
v
→
[[{
l
↦∗
{
q
}
vs
}]]
!
#
(
l
+
ₗ
off
)
@
s
;
E
[[{
RET
v
;
l
↦∗
{
q
}
vs
}]]
.
...
...
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