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
705d580e
Commit
705d580e
authored
Feb 03, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*oops* forgot to fix imports
parent
31d90720
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
heap_lang/heap_lang_tactics.v
heap_lang/heap_lang_tactics.v
+1
-1
heap_lang/lifting.v
heap_lang/lifting.v
+1
-1
heap_lang/sugar.v
heap_lang/sugar.v
+1
-1
heap_lang/tests.v
heap_lang/tests.v
+1
-1
No files found.
heap_lang/heap_lang_tactics.v
View file @
705d580e
Require
Export
barrier
.
heap_lang
.
Require
Export
heap_lang
.
heap_lang
.
Require
Import
prelude
.
fin_maps
.
Import
heap_lang
.
...
...
heap_lang/lifting.v
View file @
705d580e
Require
Import
prelude
.
gmap
iris
.
lifting
.
Require
Export
iris
.
weakestpre
barrier
.
heap_lang_tactics
.
Require
Export
iris
.
weakestpre
heap_lang
.
heap_lang_tactics
.
Import
uPred
.
Import
heap_lang
.
Local
Hint
Extern
0
(
language
.
reducible
_
_
)
=>
do_step
ltac
:
(
eauto
2
).
...
...
heap_lang/sugar.v
View file @
705d580e
Require
Export
barrier
.
heap_lang
barrier
.
lifting
.
Require
Export
heap_lang
.
heap_lang
heap_lang
.
lifting
.
Import
uPred
.
Import
heap_lang
.
...
...
heap_lang/tests.v
View file @
705d580e
(
**
This
file
is
essentially
a
bunch
of
testcases
.
*
)
Require
Import
modures
.
logic
.
Require
Import
barrier
.
lifting
barrier
.
sugar
.
Require
Import
heap_lang
.
lifting
heap_lang
.
sugar
.
Import
heap_lang
.
Import
uPred
.
...
...
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