Skip to content
Snippets Groups Projects
Commit 63d057dd authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Rename heap_lang/heap_lang_tactics.v -> heap_lang/tactics.v

parent 32410f1e
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ program_logic/tests.v ...@@ -67,7 +67,7 @@ program_logic/tests.v
program_logic/auth.v program_logic/auth.v
program_logic/ghost_ownership.v program_logic/ghost_ownership.v
heap_lang/heap_lang.v heap_lang/heap_lang.v
heap_lang/heap_lang_tactics.v heap_lang/tactics.v
heap_lang/lifting.v heap_lang/lifting.v
heap_lang/derived.v heap_lang/derived.v
heap_lang/notation.v heap_lang/notation.v
......
Require Export program_logic.weakestpre heap_lang.heap_lang. Require Export program_logic.weakestpre heap_lang.heap_lang.
Require Import program_logic.lifting. Require Import program_logic.lifting.
Require Import program_logic.ownership. (* for ownP *) 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. *) Export heap_lang. (* Prefer heap_lang names over language names. *)
Import uPred. Import uPred.
Local Hint Extern 0 (language.reducible _ _) => do_step ltac:(eauto 2). Local Hint Extern 0 (language.reducible _ _) => do_step ltac:(eauto 2).
......
File moved
(** This file is essentially a bunch of testcases. *) (** This file is essentially a bunch of testcases. *)
Require Import program_logic.ownership. 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. Import uPred.
Module LangTests. Module LangTests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment