Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tej Chajed
iris
Commits
63d057dd
Commit
63d057dd
authored
Feb 12, 2016
by
Robbert Krebbers
Browse files
Rename heap_lang/heap_lang_tactics.v -> heap_lang/tactics.v
parent
32410f1e
Changes
4
Hide whitespace changes
Inline
Side-by-side
_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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment