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
3ce9cd9a
Commit
3ce9cd9a
authored
7 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Some comments.
parent
6aac0120
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
theories/bi/embedding.v
+1
-0
1 addition, 0 deletions
theories/bi/embedding.v
theories/bi/plainly.v
+1
-0
1 addition, 0 deletions
theories/bi/plainly.v
theories/bi/updates.v
+1
-0
1 addition, 0 deletions
theories/bi/updates.v
with
3 additions
and
0 deletions
theories/bi/embedding.v
+
1
−
0
View file @
3ce9cd9a
...
@@ -11,6 +11,7 @@ Typeclasses Opaque embed.
...
@@ -11,6 +11,7 @@ Typeclasses Opaque embed.
Hint
Mode
Embed
!
-
:
typeclass_instances
.
Hint
Mode
Embed
!
-
:
typeclass_instances
.
Hint
Mode
Embed
-
!
:
typeclass_instances
.
Hint
Mode
Embed
-
!
:
typeclass_instances
.
(* Mixins allow us to create instances easily without having to use Program *)
Record
BiEmbedMixin
(
PROP1
PROP2
:
bi
)
`
(
Embed
PROP1
PROP2
)
:=
{
Record
BiEmbedMixin
(
PROP1
PROP2
:
bi
)
`
(
Embed
PROP1
PROP2
)
:=
{
bi_embed_mixin_ne
:
NonExpansive
embed
;
bi_embed_mixin_ne
:
NonExpansive
embed
;
bi_embed_mixin_mono
:
Proper
((
⊢
)
==>
(
⊢
))
embed
;
bi_embed_mixin_mono
:
Proper
((
⊢
)
==>
(
⊢
))
embed
;
...
...
This diff is collapsed.
Click to expand it.
theories/bi/plainly.v
+
1
−
0
View file @
3ce9cd9a
...
@@ -8,6 +8,7 @@ Instance: Params (@plainly) 2.
...
@@ -8,6 +8,7 @@ Instance: Params (@plainly) 2.
Notation
"■ P"
:=
(
plainly
P
)
%
I
Notation
"■ P"
:=
(
plainly
P
)
%
I
(
at
level
20
,
right
associativity
)
:
bi_scope
.
(
at
level
20
,
right
associativity
)
:
bi_scope
.
(* Mixins allow us to create instances easily without having to use Program *)
Record
BiPlainlyMixin
(
PROP
:
sbi
)
`
(
Plainly
PROP
)
:=
{
Record
BiPlainlyMixin
(
PROP
:
sbi
)
`
(
Plainly
PROP
)
:=
{
bi_plainly_mixin_plainly_ne
:
NonExpansive
plainly
;
bi_plainly_mixin_plainly_ne
:
NonExpansive
plainly
;
...
...
This diff is collapsed.
Click to expand it.
theories/bi/updates.v
+
1
−
0
View file @
3ce9cd9a
...
@@ -51,6 +51,7 @@ Notation "P ={ E }▷=∗ Q" := (P ={E,E}▷=∗ Q)%I
...
@@ -51,6 +51,7 @@ Notation "P ={ E }▷=∗ Q" := (P ={E,E}▷=∗ Q)%I
format
"P ={ E }▷=∗ Q"
)
:
bi_scope
.
format
"P ={ E }▷=∗ Q"
)
:
bi_scope
.
(** Bundled versions *)
(** Bundled versions *)
(* Mixins allow us to create instances easily without having to use Program *)
Record
BiBUpdMixin
(
PROP
:
bi
)
`
(
BUpd
PROP
)
:=
{
Record
BiBUpdMixin
(
PROP
:
bi
)
`
(
BUpd
PROP
)
:=
{
bi_bupd_mixin_bupd_ne
:
NonExpansive
bupd
;
bi_bupd_mixin_bupd_ne
:
NonExpansive
bupd
;
bi_bupd_mixin_bupd_intro
(
P
:
PROP
)
:
P
==∗
P
;
bi_bupd_mixin_bupd_intro
(
P
:
PROP
)
:
P
==∗
P
;
...
...
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