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
examples
Commits
b254321f
Commit
b254321f
authored
Jan 25, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create logatom directory and move elimination stack into it
parent
3596240a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile.coq.local
Makefile.coq.local
+2
-2
_CoqProject
_CoqProject
+3
-3
theories/logatom/elimination_stack/hocap_spec.v
theories/logatom/elimination_stack/hocap_spec.v
+2
-2
theories/logatom/elimination_stack/spec.v
theories/logatom/elimination_stack/spec.v
+0
-0
theories/logatom/elimination_stack/stack.v
theories/logatom/elimination_stack/stack.v
+1
-1
No files found.
Makefile.coq.local
View file @
b254321f
...
...
@@ -23,5 +23,5 @@ logrel_heaplang: $(filter theories/logrel_heaplang/%,$(VOFILES))
hocap
:
$(filter theories/hocap/%
,
$(VOFILES))
.PHONY
:
hocap
logatom
_stack
:
$(filter theories/logatom
_stack
/%
,
$(VOFILES))
.PHONY
:
log
rel
logatom
:
$(filter theories/logatom/%
,
$(VOFILES))
.PHONY
:
log
atom
_CoqProject
View file @
b254321f
...
...
@@ -86,6 +86,6 @@ theories/hocap/lib/oneshot.v
theories/hocap/concurrent_runners.v
theories/hocap/parfib.v
theories/logatom_stack/stack.v
theories/logatom_stack/spec.v
theories/logatom_stack/hocap_spec.v
theories/logatom
/elimination
_stack/stack.v
theories/logatom
/elimination
_stack/spec.v
theories/logatom
/elimination
_stack/hocap_spec.v
theories/logatom_stack/hocap_spec.v
→
theories/logatom
/elimination
_stack/hocap_spec.v
View file @
b254321f
...
...
@@ -4,10 +4,10 @@ From iris.heap_lang Require Export lifting notation.
From
iris
.
base_logic
.
lib
Require
Import
invariants
.
From
iris
.
program_logic
Require
Import
atomic
.
From
iris
.
heap_lang
Require
Import
proofmode
atomic_heap
.
From
iris_examples
.
logatom_stack
Require
spec
.
From
iris_examples
.
logatom
.
elimination
_stack
Require
spec
.
Set
Default
Proof
Using
"Type"
.
Module
logatom
:
=
logatom
_stack
.
spec
.
Module
logatom
:
=
elimination
_stack
.
spec
.
(** A general HoCAP-style interface for a stack, modeled after the spec in
[hocap/abstract_bag.v]. There are two differences:
...
...
theories/logatom_stack/spec.v
→
theories/logatom
/elimination
_stack/spec.v
View file @
b254321f
File moved
theories/logatom_stack/stack.v
→
theories/logatom
/elimination
_stack/stack.v
View file @
b254321f
...
...
@@ -4,7 +4,7 @@ From iris.program_logic Require Import atomic.
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
heap_lang
Require
Import
proofmode
atomic_heap
.
From
iris
.
bi
.
lib
Require
Import
fractional
.
From
iris_examples
.
logatom_stack
Require
Import
spec
.
From
iris_examples
.
logatom
.
elimination
_stack
Require
Import
spec
.
Set
Default
Proof
Using
"Type"
.
(** * Implement a concurrent stack with helping on top of an arbitrary atomic
...
...
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