Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simcha van Collem
Iris
Commits
705d580e
"README.md" did not exist on "66bb3579c9a3532e5d2829a71e56fc8f240dce5a"
Commit
705d580e
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
*oops* forgot to fix imports
parent
31d90720
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
heap_lang/heap_lang_tactics.v
+1
-1
1 addition, 1 deletion
heap_lang/heap_lang_tactics.v
heap_lang/lifting.v
+1
-1
1 addition, 1 deletion
heap_lang/lifting.v
heap_lang/sugar.v
+1
-1
1 addition, 1 deletion
heap_lang/sugar.v
heap_lang/tests.v
+1
-1
1 addition, 1 deletion
heap_lang/tests.v
with
4 additions
and
4 deletions
heap_lang/heap_lang_tactics.v
+
1
−
1
View file @
705d580e
Require
Export
barrier
.
heap_lang
.
Require
Export
heap_lang
.
heap_lang
.
Require
Import
prelude
.
fin_maps
.
Require
Import
prelude
.
fin_maps
.
Import
heap_lang
.
Import
heap_lang
.
...
...
This diff is collapsed.
Click to expand it.
heap_lang/lifting.v
+
1
−
1
View file @
705d580e
Require
Import
prelude
.
gmap
iris
.
lifting
.
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
uPred
.
Import
heap_lang
.
Import
heap_lang
.
Local
Hint
Extern
0
(
language
.
reducible
_
_)
=>
do_step
ltac
:(
eauto
2
)
.
Local
Hint
Extern
0
(
language
.
reducible
_
_)
=>
do_step
ltac
:(
eauto
2
)
.
...
...
This diff is collapsed.
Click to expand it.
heap_lang/sugar.v
+
1
−
1
View file @
705d580e
Require
Export
barrier
.
heap_lang
barrier
.
lifting
.
Require
Export
heap_lang
.
heap_lang
heap_lang
.
lifting
.
Import
uPred
.
Import
uPred
.
Import
heap_lang
.
Import
heap_lang
.
...
...
This diff is collapsed.
Click to expand it.
heap_lang/tests.v
+
1
−
1
View file @
705d580e
(** This file is essentially a bunch of testcases. *)
(** This file is essentially a bunch of testcases. *)
Require
Import
modures
.
logic
.
Require
Import
modures
.
logic
.
Require
Import
barrier
.
lifting
barrier
.
sugar
.
Require
Import
heap_lang
.
lifting
heap_lang
.
sugar
.
Import
heap_lang
.
Import
heap_lang
.
Import
uPred
.
Import
uPred
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment