Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
POPL21 Iris Tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Iris
POPL21 Iris Tutorial
Commits
31f38023
Commit
31f38023
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
remove unnecessary import
parent
876c5f03
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#74188
passed
2 years ago
Stage: build
Changes
2
Pipelines
57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
exercises/ex_04_parallel_add.v
+0
-1
0 additions, 1 deletion
exercises/ex_04_parallel_add.v
solutions/ex_04_parallel_add.v
+0
-1
0 additions, 1 deletion
solutions/ex_04_parallel_add.v
with
0 additions
and
2 deletions
exercises/ex_04_parallel_add.v
+
0
−
1
View file @
31f38023
...
@@ -6,7 +6,6 @@ zero by two, the result is four.
...
@@ -6,7 +6,6 @@ zero by two, the result is four.
From
iris
.
algebra
Require
Import
excl_auth
frac_auth
numbers
.
From
iris
.
algebra
Require
Import
excl_auth
frac_auth
numbers
.
From
iris
.
base_logic
.
lib
Require
Import
invariants
.
From
iris
.
base_logic
.
lib
Require
Import
invariants
.
From
iris
.
heap_lang
Require
Import
lib
.
par
proofmode
notation
.
From
iris
.
heap_lang
Require
Import
lib
.
par
proofmode
notation
.
From
exercises
Require
Import
ex_03_spinlock
.
(** The program as a heap-lang expression. We use the heap-lang [par] module for
(** The program as a heap-lang expression. We use the heap-lang [par] module for
parallel composition. *)
parallel composition. *)
...
...
This diff is collapsed.
Click to expand it.
solutions/ex_04_parallel_add.v
+
0
−
1
View file @
31f38023
...
@@ -6,7 +6,6 @@ zero by two, the result is four.
...
@@ -6,7 +6,6 @@ zero by two, the result is four.
From
iris
.
algebra
Require
Import
excl_auth
frac_auth
numbers
.
From
iris
.
algebra
Require
Import
excl_auth
frac_auth
numbers
.
From
iris
.
base_logic
.
lib
Require
Import
invariants
.
From
iris
.
base_logic
.
lib
Require
Import
invariants
.
From
iris
.
heap_lang
Require
Import
lib
.
par
proofmode
notation
.
From
iris
.
heap_lang
Require
Import
lib
.
par
proofmode
notation
.
From
solutions
Require
Import
ex_03_spinlock
.
(** The program as a heap-lang expression. We use the heap-lang [par] module for
(** The program as a heap-lang expression. We use the heap-lang [par] module for
parallel composition. *)
parallel composition. *)
...
...
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