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
5e9653fb
Commit
5e9653fb
authored
Feb 18, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename heap_lang/heap_lang -> heap_lang/lang
parent
da39d1bb
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/lang.v
heap_lang/lang.v
+0
-0
heap_lang/lifting.v
heap_lang/lifting.v
+1
-1
heap_lang/tactics.v
heap_lang/tactics.v
+1
-1
No files found.
_CoqProject
View file @
5e9653fb
...
...
@@ -71,7 +71,7 @@ program_logic/saved_prop.v
program_logic/auth.v
program_logic/sts.v
program_logic/namespaces.v
heap_lang/
heap_
lang.v
heap_lang/lang.v
heap_lang/tactics.v
heap_lang/wp_tactics.v
heap_lang/lifting.v
...
...
heap_lang/
heap_
lang.v
→
heap_lang/lang.v
View file @
5e9653fb
File moved
heap_lang/lifting.v
View file @
5e9653fb
From
program_logic
Require
Export
weakestpre
.
From
heap_lang
Require
Export
heap_
lang
.
From
heap_lang
Require
Export
lang
.
From
program_logic
Require
Import
lifting
.
From
program_logic
Require
Import
ownership
.
(
*
for
ownP
*
)
From
heap_lang
Require
Import
tactics
.
...
...
heap_lang/tactics.v
View file @
5e9653fb
From
heap_lang
Require
Export
heap_
lang
.
From
heap_lang
Require
Export
lang
.
From
prelude
Require
Import
fin_maps
.
Import
heap_lang
.
...
...
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