Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
116
Issues
116
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
63d057dd
Commit
63d057dd
authored
Feb 12, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename heap_lang/heap_lang_tactics.v -> heap_lang/tactics.v
parent
32410f1e
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/lifting.v
heap_lang/lifting.v
+1
-1
heap_lang/tactics.v
heap_lang/tactics.v
+0
-0
heap_lang/tests.v
heap_lang/tests.v
+1
-1
No files found.
_CoqProject
View file @
63d057dd
...
...
@@ -67,7 +67,7 @@ program_logic/tests.v
program_logic/auth.v
program_logic/ghost_ownership.v
heap_lang/heap_lang.v
heap_lang/
heap_lang_
tactics.v
heap_lang/tactics.v
heap_lang/lifting.v
heap_lang/derived.v
heap_lang/notation.v
...
...
heap_lang/lifting.v
View file @
63d057dd
Require
Export
program_logic
.
weakestpre
heap_lang
.
heap_lang
.
Require
Import
program_logic
.
lifting
.
Require
Import
program_logic
.
ownership
.
(* for ownP *)
Require
Import
heap_lang
.
heap_lang_
tactics
.
Require
Import
heap_lang
.
tactics
.
Export
heap_lang
.
(* Prefer heap_lang names over language names. *)
Import
uPred
.
Local
Hint
Extern
0
(
language
.
reducible
_
_
)
=>
do_step
ltac
:
(
eauto
2
).
...
...
heap_lang/
heap_lang_
tactics.v
→
heap_lang/tactics.v
View file @
63d057dd
File moved
heap_lang/tests.v
View file @
63d057dd
(** This file is essentially a bunch of testcases. *)
Require
Import
program_logic
.
ownership
.
Require
Import
heap_lang
.
notation
heap_lang
.
substitution
heap_lang
.
heap_lang_
tactics
.
Require
Import
heap_lang
.
notation
heap_lang
.
substitution
heap_lang
.
tactics
.
Import
uPred
.
Module
LangTests
.
...
...
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