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
Gaëtan Gilbert
Iris
Commits
436f4abe
Commit
436f4abe
authored
5 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
cancellable -> cancelable
parent
b8d083f2
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/bi/lib/counterexamples.v
+2
-2
2 additions, 2 deletions
theories/bi/lib/counterexamples.v
with
2 additions
and
2 deletions
theories/bi/lib/counterexamples.v
+
2
−
2
View file @
436f4abe
...
...
@@ -234,7 +234,7 @@ Module linear1. Section linear1.
Hypothesis
fupd_fupd
:
∀
E1
E2
E3
P
,
fupd
E1
E2
(
fupd
E2
E3
P
)
⊢
fupd
E1
E3
P
.
Hypothesis
fupd_frame_l
:
∀
E1
E2
P
Q
,
P
∗
fupd
E1
E2
Q
⊢
fupd
E1
E2
(
P
∗
Q
)
.
(** We have cancel
l
able invariants. (Really they would have fractions at
(** We have cancelable invariants. (Really they would have fractions at
[cinv_own] but we do not need that. They would also have a name matching
the [mask] type, but we do not need that either.) *)
Context
(
gname
:
Type
)
(
cinv
:
gname
→
PROP
→
PROP
)
(
cinv_own
:
gname
→
PROP
)
.
...
...
@@ -288,7 +288,7 @@ Module linear2. Section linear2.
Hypothesis
fupd_fupd
:
∀
E1
E2
E3
P
,
fupd
E1
E2
(
fupd
E2
E3
P
)
⊢
fupd
E1
E3
P
.
Hypothesis
fupd_frame_l
:
∀
E1
E2
P
Q
,
P
∗
fupd
E1
E2
Q
⊢
fupd
E1
E2
(
P
∗
Q
)
.
(** We have cancel
l
able invariants. (Really they would have fractions at
(** We have cancelable invariants. (Really they would have fractions at
[cinv_own] but we do not need that. They would also have a name matching
the [mask] type, but we do not need that either.) *)
Context
(
gname
:
Type
)
(
cinv
:
gname
→
PROP
→
PROP
)
(
cinv_own
:
gname
→
PROP
)
.
...
...
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