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
46c159dc
Commit
46c159dc
authored
7 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
Typo : sbi_mixin_internal_eq_ne->bi_mixin_internal_eq_ne
parent
13df1cae
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/interface.v
+3
-4
3 additions, 4 deletions
theories/bi/interface.v
with
3 additions
and
4 deletions
theories/bi/interface.v
+
3
−
4
View file @
46c159dc
...
...
@@ -58,7 +58,7 @@ Section bi_mixin.
bi_mixin_sep_ne
:
NonExpansive2
bi_sep
;
bi_mixin_wand_ne
:
NonExpansive2
bi_wand
;
bi_mixin_persistently_ne
:
NonExpansive
bi_persistently
;
s
bi_mixin_internal_eq_ne
(
A
:
ofeT
)
:
NonExpansive2
(
bi_internal_eq
A
);
bi_mixin_internal_eq_ne
(
A
:
ofeT
)
:
NonExpansive2
(
bi_internal_eq
A
);
(* Higher-order logic *)
bi_mixin_pure_intro
P
(
φ
:
Prop
)
:
φ
→
P
⊢
⌜
φ
⌝
;
...
...
@@ -365,9 +365,8 @@ Lemma exist_elim {A} (Φ : A → PROP) Q : (∀ a, Φ a ⊢ Q) → (∃ a, Φ a)
Proof
.
eapply
bi_mixin_exist_elim
,
bi_bi_mixin
.
Qed
.
(* Equality *)
Global
Instance
internal_eq_ne
(
A
:
ofeT
)
:
NonExpansive2
(
@
bi_internal_eq
PROP
A
)
.
Proof
.
eapply
sbi_mixin_internal_eq_ne
,
bi_bi_mixin
.
Qed
.
Global
Instance
internal_eq_ne
(
A
:
ofeT
)
:
NonExpansive2
(
@
bi_internal_eq
PROP
A
)
.
Proof
.
eapply
bi_mixin_internal_eq_ne
,
bi_bi_mixin
.
Qed
.
Lemma
internal_eq_refl
{
A
:
ofeT
}
P
(
a
:
A
)
:
P
⊢
a
≡
a
.
Proof
.
eapply
bi_mixin_internal_eq_refl
,
bi_bi_mixin
.
Qed
.
...
...
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