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

Rename heap_lang/lib/heap.v -> heap_lang/heap.v

It is not a library; it does not contain code, but instead is a core
part of heap_lang.
parent 93644298
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ heap_lang/lifting.v ...@@ -87,7 +87,7 @@ heap_lang/lifting.v
heap_lang/derived.v heap_lang/derived.v
heap_lang/notation.v heap_lang/notation.v
heap_lang/substitution.v heap_lang/substitution.v
heap_lang/lib/heap.v heap_lang/heap.v
heap_lang/lib/spawn.v heap_lang/lib/spawn.v
heap_lang/lib/par.v heap_lang/lib/par.v
heap_lang/lib/assert.v heap_lang/lib/assert.v
......
File moved
From iris.heap_lang Require Export heap spawn. From iris.heap_lang Require Export spawn.
From iris.heap_lang Require Import proofmode notation. From iris.heap_lang Require Import proofmode notation.
Import uPred. Import uPred.
......
From iris.program_logic Require Export global_functor. From iris.program_logic Require Export global_functor.
From iris.heap_lang Require Export heap.
From iris.proofmode Require Import invariants ghost_ownership. From iris.proofmode Require Import invariants ghost_ownership.
From iris.heap_lang Require Import proofmode notation. From iris.heap_lang Require Import proofmode notation.
Import uPred. Import uPred.
......
From iris.algebra Require Import one_shot dec_agree. From iris.algebra Require Import one_shot dec_agree.
From iris.program_logic Require Import hoare. From iris.program_logic Require Import hoare.
From iris.heap_lang Require Import heap assert proofmode notation. From iris.heap_lang Require Import assert proofmode notation.
From iris.proofmode Require Import invariants ghost_ownership. From iris.proofmode Require Import invariants ghost_ownership.
Import uPred. Import uPred.
......
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