Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
6ca91820
Commit
6ca91820
authored
Oct 26, 2016
by
Ralf Jung
Browse files
Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq
parents
8d0a7e56
ef4c1dca
Pipeline
#2903
passed with stage
in 9 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
program_logic/fancy_updates.v
View file @
6ca91820
...
...
@@ -35,9 +35,15 @@ Notation "P ={ E }=★ Q" := (P ⊢ |={E}=> Q)
Notation
"|={ E1 , E2 }▷=> Q"
:
=
(|={
E1
,
E2
}=>
(
▷
|={
E2
,
E1
}=>
Q
))%
I
(
at
level
99
,
E1
,
E2
at
level
50
,
Q
at
level
200
,
format
"|={ E1 , E2 }▷=> Q"
)
:
uPred_scope
.
Notation
"P ={ E1 , E2 }▷=★ Q"
:
=
(
P
-
★
|={
E1
,
E2
}
▷
=>
Q
)%
I
(
at
level
99
,
E1
,
E2
at
level
50
,
Q
at
level
200
,
format
"P ={ E1 , E2 }▷=★ Q"
)
:
uPred_scope
.
Notation
"|={ E }▷=> Q"
:
=
(|={
E
,
E
}
▷
=>
Q
)%
I
(
at
level
99
,
E
at
level
50
,
Q
at
level
200
,
format
"|={ E }▷=> Q"
)
:
uPred_scope
.
Notation
"P ={ E }▷=★ Q"
:
=
(
P
={
E
,
E
}
▷
=
★
Q
)%
I
(
at
level
99
,
E
at
level
50
,
Q
at
level
200
,
format
"P ={ E }▷=★ Q"
)
:
uPred_scope
.
Section
fupd
.
Context
`
{
irisG
Λ
Σ
}.
...
...
program_logic/viewshifts.v
View file @
6ca91820
...
...
@@ -20,13 +20,6 @@ Notation "P ={ E }=> Q" := (True ⊢ P ={E}=> Q)%I
(
at
level
99
,
E
at
level
50
,
Q
at
level
200
,
format
"P ={ E }=> Q"
)
:
C_scope
.
Notation
"P ={ E1 , E2 }▷=> Q"
:
=
(
P
={
E1
,
E2
}=>
▷
|={
E2
,
E1
}=>
Q
)%
I
(
at
level
99
,
E1
,
E2
at
level
50
,
Q
at
level
200
,
format
"P ={ E1 , E2 }▷=> Q"
)
:
uPred_scope
.
Notation
"P ={ E }▷=> Q"
:
=
(
P
={
E
,
E
}
▷
=>
Q
)%
I
(
at
level
99
,
E
at
level
50
,
Q
at
level
200
,
format
"P ={ E }▷=> Q"
)
:
uPred_scope
.
Section
vs
.
Context
`
{
irisG
Λ
Σ
}.
Implicit
Types
P
Q
R
:
iProp
Σ
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment