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
Pierre Roux
Iris
Commits
a34184ae
Commit
a34184ae
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
remove some spurious spaces
parent
9e1582b9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
iris/base_logic/lib/fancy_updates.v
+2
-2
2 additions, 2 deletions
iris/base_logic/lib/fancy_updates.v
iris_heap_lang/pretty.v
+1
-1
1 addition, 1 deletion
iris_heap_lang/pretty.v
with
3 additions
and
3 deletions
iris/base_logic/lib/fancy_updates.v
+
2
−
2
View file @
a34184ae
...
...
@@ -60,7 +60,7 @@ Proof.
-
rewrite
uPred_fupd_unseal
.
solve_proper
.
-
intros
E1
E2
(
E1''
&
->
&
?)
%
subseteq_disjoint_union_L
.
rewrite
uPred_fupd_unseal
/
uPred_fupd_def
ownE_op
//.
by
iIntros
"($ & $ & HE) !> !> [$ $] !> !>"
.
by
iIntros
"($ & $ & HE) !> !> [$ $] !> !>"
.
-
rewrite
uPred_fupd_unseal
.
iIntros
(
E1
E2
P
)
">H [Hw HE]"
.
iApply
"H"
;
by
iFrame
.
-
rewrite
uPred_fupd_unseal
.
...
...
@@ -142,7 +142,7 @@ Proof.
(* We don't actually want any credits, but we need the [lcGS]. *)
iMod
(
later_credits
.
le_upd
.
lc_alloc
m
)
as
(
Hc
)
"[_ Hc]"
.
set
(
Hi
:=
InvG
HasNoLc
_
Hw
Hc
)
.
iAssert
(|
=
{
⊤
,
E2
}=>
P
)
%
I
with
"[Hc]"
as
"H"
.
iAssert
(|
=
{
⊤
,
E2
}=>
P
)
%
I
with
"[Hc]"
as
"H"
.
{
iMod
(
fupd_mask_subseteq
E1
)
as
"_"
;
first
done
.
iApply
Hfupd
;
last
done
.
}
rewrite
uPred_fupd_unseal
/
uPred_fupd_def
.
iMod
(
"H"
with
"[$]"
)
as
"[Hw [HE >H']]"
;
iFrame
.
...
...
This diff is collapsed.
Click to expand it.
iris_heap_lang/pretty.v
+
1
−
1
View file @
a34184ae
...
...
@@ -62,4 +62,4 @@ Global Instance pretty_bin_op : Pretty bin_op :=
|
LtOp
=>
"<"
|
EqOp
=>
"="
|
OffsetOp
=>
"+ₗ"
end
.
end
.
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