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
6106d521
Commit
6106d521
authored
3 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Dump `siProp_scope` and use `bi_scope`. This is consistent with `uPred`.
parent
8fa39f7c
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
iris/si_logic/siprop.v
+13
-13
13 additions, 13 deletions
iris/si_logic/siprop.v
with
13 additions
and
13 deletions
iris/si_logic/siprop.v
+
13
−
13
View file @
6106d521
...
@@ -13,9 +13,7 @@ Local Coercion siProp_holds : siProp >-> Funclass.
...
@@ -13,9 +13,7 @@ Local Coercion siProp_holds : siProp >-> Funclass.
Global
Arguments
siProp_holds
:
simpl
never
.
Global
Arguments
siProp_holds
:
simpl
never
.
Add
Printing
Constructor
siProp
.
Add
Printing
Constructor
siProp
.
Declare
Scope
siProp_scope
.
Bind
Scope
bi_scope
with
siProp
.
Delimit
Scope
siProp_scope
with
SI
.
Bind
Scope
siProp_scope
with
siProp
.
Section
cofe
.
Section
cofe
.
Inductive
siProp_equiv'
(
P
Q
:
siProp
)
:
Prop
:=
Inductive
siProp_equiv'
(
P
Q
:
siProp
)
:
Prop
:=
...
@@ -131,16 +129,18 @@ Section primitive.
...
@@ -131,16 +129,18 @@ Section primitive.
Local
Arguments
siProp_holds
!
_
_
/.
Local
Arguments
siProp_holds
!
_
_
/.
Notation
"P ⊢ Q"
:=
(
siProp_entails
P
Q
)
.
Notation
"P ⊢ Q"
:=
(
siProp_entails
P
Q
)
.
Notation
"'True'"
:=
(
siProp_pure
True
)
:
siProp_scope
.
Notation
"'True'"
:=
(
siProp_pure
True
)
:
bi_scope
.
Notation
"'False'"
:=
(
siProp_pure
False
)
:
siProp_scope
.
Notation
"'False'"
:=
(
siProp_pure
False
)
:
bi_scope
.
Notation
"'⌜' φ '⌝'"
:=
(
siProp_pure
φ
%
type
%
stdpp
)
:
siProp_scope
.
Notation
"'⌜' φ '⌝'"
:=
(
siProp_pure
φ
%
type
%
stdpp
)
:
bi_scope
.
Infix
"∧"
:=
siProp_and
:
siProp_scope
.
Infix
"∧"
:=
siProp_and
:
bi_scope
.
Infix
"∨"
:=
siProp_or
:
siProp_scope
.
Infix
"∨"
:=
siProp_or
:
bi_scope
.
Infix
"→"
:=
siProp_impl
:
siProp_scope
.
Infix
"→"
:=
siProp_impl
:
bi_scope
.
Notation
"∀ x .. y , P"
:=
(
siProp_forall
(
λ
x
,
.
.
(
siProp_forall
(
λ
y
,
P
%
SI
))
..))
:
siProp_scope
.
Notation
"∀ x .. y , P"
:=
Notation
"∃ x .. y , P"
:=
(
siProp_exist
(
λ
x
,
.
.
(
siProp_exist
(
λ
y
,
P
%
SI
))
..))
:
siProp_scope
.
(
siProp_forall
(
λ
x
,
.
.
(
siProp_forall
(
λ
y
,
P
%
I
))
..))
:
bi_scope
.
Notation
"x ≡ y"
:=
(
siProp_internal_eq
x
y
)
:
siProp_scope
.
Notation
"∃ x .. y , P"
:=
Notation
"▷ P"
:=
(
siProp_later
P
)
(
at
level
20
,
right
associativity
)
:
siProp_scope
.
(
siProp_exist
(
λ
x
,
.
.
(
siProp_exist
(
λ
y
,
P
%
I
))
..))
:
bi_scope
.
Notation
"x ≡ y"
:=
(
siProp_internal_eq
x
y
)
:
bi_scope
.
Notation
"▷ P"
:=
(
siProp_later
P
)
:
bi_scope
.
(** Below there follow the primitive laws for [siProp]. There are no derived laws
(** Below there follow the primitive laws for [siProp]. There are no derived laws
in this file. *)
in this file. *)
...
...
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