Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
Commits
ad9aa6eb
Commit
ad9aa6eb
authored
Feb 05, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move upred.v into the right folder
parent
cf888992
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
heap_lang/tests.v
heap_lang/tests.v
+1
-1
program_logic/model.v
program_logic/model.v
+1
-1
program_logic/upred.v
program_logic/upred.v
+0
-0
No files found.
_CoqProject
View file @
ad9aa6eb
...
...
@@ -41,13 +41,13 @@ algebra/cmra_tactics.v
algebra/sts.v
algebra/auth.v
algebra/fin_maps.v
logic/upred.v
algebra/cofe.v
algebra/base.v
algebra/dra.v
algebra/cofe_solver.v
algebra/agree.v
algebra/excl.v
program_logic/upred.v
program_logic/model.v
program_logic/adequacy.v
program_logic/hoare_lifting.v
...
...
heap_lang/tests.v
View file @
ad9aa6eb
(** This file is essentially a bunch of testcases. *)
Require
Import
logic
.
upred
.
Require
Import
program_
logic
.
upred
.
Require
Import
heap_lang
.
lifting
heap_lang
.
sugar
.
Import
heap_lang
.
Import
uPred
.
...
...
program_logic/model.v
View file @
ad9aa6eb
Require
Export
logic
.
upred
program_logic
.
resources
.
Require
Export
program_
logic
.
upred
program_logic
.
resources
.
Require
Import
algebra
.
cofe_solver
.
Module
iProp
.
...
...
logic/upred.v
→
program_
logic/upred.v
View file @
ad9aa6eb
File moved
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