Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaëtan Gilbert
Iris
Commits
4ecafae0
Commit
4ecafae0
authored
1 year ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
sort out import mess
parent
b00bd724
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/heap_lang.v
+0
-5
0 additions, 5 deletions
tests/heap_lang.v
with
0 additions
and
5 deletions
tests/heap_lang.v
+
0
−
5
View file @
4ecafae0
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
}
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment