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
Fairis
Commits
2f67cbdc
Commit
2f67cbdc
authored
Feb 09, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move upred to algebra as it is not tied to the Iris logic.
parent
66f61d49
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
_CoqProject
_CoqProject
+1
-1
algebra/upred.v
algebra/upred.v
+0
-0
heap_lang/tests.v
heap_lang/tests.v
+1
-1
program_logic/model.v
program_logic/model.v
+1
-1
No files found.
_CoqProject
View file @
2f67cbdc
...
...
@@ -49,7 +49,7 @@ algebra/agree.v
algebra/excl.v
algebra/iprod.v
algebra/functor.v
program_logic
/upred.v
algebra
/upred.v
program_logic/model.v
program_logic/adequacy.v
program_logic/hoare_lifting.v
...
...
program_logic
/upred.v
→
algebra
/upred.v
View file @
2f67cbdc
File moved
heap_lang/tests.v
View file @
2f67cbdc
(
**
This
file
is
essentially
a
bunch
of
testcases
.
*
)
Require
Import
program_logic
.
upred
program_logic
.
ownership
.
Require
Import
program_logic
.
ownership
.
Require
Import
heap_lang
.
lifting
heap_lang
.
sugar
.
Import
heap_lang
uPred
notations
.
...
...
program_logic/model.v
View file @
2f67cbdc
Require
Export
program_logic
.
upred
program_logic
.
resources
.
Require
Export
algebra
.
upred
program_logic
.
resources
.
Require
Import
algebra
.
cofe_solver
.
(
*
The
Iris
program
logic
is
parametrized
by
a
functor
from
the
category
of
...
...
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