Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
lambda-rust
Commits
ec47a113
Commit
ec47a113
authored
Feb 06, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update iris to use stdpp
parent
2f018fc2
Pipeline
#3829
failed with stage
in 14 minutes and 13 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
opam.pins
opam.pins
+1
-1
theories/lang/heap.v
theories/lang/heap.v
+1
-1
theories/lang/lang.v
theories/lang/lang.v
+2
-2
theories/lang/races.v
theories/lang/races.v
+1
-1
theories/lang/tactics.v
theories/lang/tactics.v
+1
-1
theories/lifetime/lifetime_sig.v
theories/lifetime/lifetime_sig.v
+1
-1
No files found.
opam.pins
View file @
ec47a113
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
b0418bd57b9341dbf5e58669c689201daa561bd7
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
50a1b62bfaaa3619621b33b0254865e66ecc4fc9
theories/lang/heap.v
View file @
ec47a113
From
Coq
Require
Import
Min
.
From
iris
.
prelude
Require
Import
coPset
.
From
stdpp
Require
Import
coPset
.
From
iris
.
algebra
Require
Import
cmra_big_op
gmap
frac
agree
.
From
iris
.
algebra
Require
Import
csum
excl
auth
.
From
iris
.
base_logic
Require
Import
big_op
lib
.
fractional
.
...
...
theories/lang/lang.v
View file @
ec47a113
From
iris
.
program_logic
Require
Export
language
ectx_language
ectxi_language
.
From
iris
.
prelude
Require
Export
strings
.
From
iris
.
prelude
Require
Import
gmap
.
From
stdpp
Require
Export
strings
.
From
stdpp
Require
Import
gmap
.
Set
Default
Proof
Using
"Type"
.
Open
Scope
Z_scope
.
...
...
theories/lang/races.v
View file @
ec47a113
From
iris
.
prelude
Require
Import
gmap
.
From
stdpp
Require
Import
gmap
.
From
iris
.
program_logic
Require
Export
hoare
.
From
iris
.
program_logic
Require
Import
adequacy
.
From
lrust
.
lang
Require
Import
tactics
.
...
...
theories/lang/tactics.v
View file @
ec47a113
From
iris
.
prelude
Require
Import
fin_maps
.
From
stdpp
Require
Import
fin_maps
.
From
lrust
.
lang
Require
Export
lang
.
Set
Default
Proof
Using
"Type"
.
...
...
theories/lifetime/lifetime_sig.v
View file @
ec47a113
From
iris
.
algebra
Require
Import
frac
.
From
iris
.
prelude
Require
Export
gmultiset
strings
.
From
stdpp
Require
Export
gmultiset
strings
.
From
iris
.
base_logic
.
lib
Require
Export
invariants
.
From
iris
.
base_logic
.
lib
Require
Import
boxes
fractional
.
Set
Default
Proof
Using
"Type"
.
...
...
Write
Preview
Markdown
is supported
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