Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Glen Mével
iris-time-proofs
Commits
3c7620d2
Commit
3c7620d2
authored
Jul 28, 2021
by
Ralf Jung
Browse files
update dependencies
parent
78cc584f
Changes
7
Hide whitespace changes
Inline
Side-by-side
opam
View file @
3c7620d2
...
...
@@ -11,6 +11,6 @@ install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris_time" ]
depends: [
"coq" { (>= "8.10.2" & < "8.13~") | (= "dev") }
"coq-iris" { (= "dev.2021-0
6
-2
6
.0.
c7fcd140
") | (= "dev") }
"coq-iris" { (= "dev.2021-0
7
-2
8
.0.
3424ace5
") | (= "dev") }
"coq-tlc" { (= "20200328") | (= "dev") }
]
theories/Auth_max_nat.v
View file @
3c7620d2
From
iris
Require
Export
algebra
.
auth
algebra
.
numbers
.
From
iris
Require
Import
algebra
.
excl
base_logic
.
lib
.
own
proofmode
.
tactics
.
From
iris
Require
Import
algebra
.
excl
base_logic
.
lib
.
own
proofmode
.
proofmode
.
Section
Auth_max_nat
.
Context
`
{
inG
Σ
(
authR
max_natUR
)}.
...
...
theories/Auth_nat.v
View file @
3c7620d2
From
iris
Require
Export
algebra
.
auth
algebra
.
numbers
.
From
iris
Require
Import
base_logic
.
lib
.
own
proofmode
.
tactics
.
From
iris
Require
Import
base_logic
.
lib
.
own
proofmode
.
proofmode
.
Notation
"'●nat' n"
:
=
(
auth_auth
(
A
:
=
natUR
)
(
DfracOwn
1
%
Qp
)
n
%
nat
)
(
at
level
20
).
Notation
"'◯nat' n"
:
=
(
auth_frag
(
A
:
=
natUR
)
n
%
nat
)
(
at
level
20
).
...
...
theories/heap_lang/adequacy.v
View file @
3c7620d2
From
iris
.
program_logic
Require
Export
weakestpre
adequacy
.
From
iris
.
algebra
Require
Import
auth
.
From
iris_time
.
heap_lang
Require
Import
proofmode
notation
.
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
proofmode
Require
Import
proofmode
.
Set
Default
Proof
Using
"Type"
.
Class
heapGpreS
Σ
:
=
HeapGpreS
{
...
...
theories/heap_lang/lib/assert.v
View file @
3c7620d2
From
iris
.
program_logic
Require
Export
weakestpre
.
From
iris_time
.
heap_lang
Require
Export
lang
.
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
proofmode
Require
Import
proofmode
.
From
iris_time
.
heap_lang
Require
Import
proofmode
notation
.
Set
Default
Proof
Using
"Type"
.
...
...
theories/heap_lang/lifting.v
View file @
3c7620d2
...
...
@@ -4,7 +4,7 @@ From iris.program_logic Require Export weakestpre.
From
iris
.
program_logic
Require
Import
ectx_lifting
.
From
iris_time
.
heap_lang
Require
Export
lang
.
From
iris_time
.
heap_lang
Require
Import
tactics
.
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
proofmode
Require
Import
proofmode
.
From
stdpp
Require
Import
fin_maps
.
Set
Default
Proof
Using
"Type"
.
...
...
theories/heap_lang/proofmode.v
View file @
3c7620d2
From
iris
.
program_logic
Require
Export
weakestpre
.
From
iris
.
proofmode
Require
Import
coq_tactics
reduction
.
From
iris
.
proofmode
Require
Export
tactics
.
From
iris
.
proofmode
Require
Export
proofmode
.
From
iris_time
.
heap_lang
Require
Export
tactics
lifting
.
From
iris_time
.
heap_lang
Require
Import
notation
.
Set
Default
Proof
Using
"Type"
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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