Skip to content
Snippets Groups Projects
Commit 4ecafae0 authored by Ralf Jung's avatar Ralf Jung
Browse files

sort out import mess

parent b00bd724
No related branches found
No related tags found
No related merge requests found
From iris.base_logic.lib Require Import gen_inv_heap invariants.
From iris.program_logic Require Export weakestpre total_weakestpre.
From iris.heap_lang Require Import lang adequacy total_adequacy proofmode notation lib.lock.
(* Import lang *again*. This used to break notation. *)
From iris.heap_lang Require Import lang.
From iris.prelude Require Import options.
Unset Mangle Names.
......@@ -517,9 +515,6 @@ Proof.
Qed.
(** Just making sure the lock typeclass actually works. *)
(** Sadly the [lang] import reexports the [ssreflect.lock] so we have to
re-import the library we really want to use... *)
Import heap_lang.lib.lock.
Section lock.
Context `{!heapGS Σ, !lock}.
......
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