Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iron
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iron
Commits
737efa86
Commit
737efa86
authored
Dec 24, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant argument. Hopefully fixes compilation with Coq master.
parent
837b5190
Pipeline
#13550
failed with stage
in 16 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
theories/heap_lang/lib/queue.v
theories/heap_lang/lib/queue.v
+1
-1
No files found.
theories/heap_lang/lib/queue.v
View file @
737efa86
...
...
@@ -396,7 +396,7 @@ Definition remove_handle `{heapG Σ, queueG Σ}
Section
queue_bag_spec
.
Context
`
{!
heapG
Σ
,
!
queueG
Σ
}
(
N
:
namespace
)
(
Ψ
:
val
→
ironProp
Σ
).
Global
Instance
is_queue_bag_uniform
N
γ
p
Ψ
:
Uniform
(
is_queue_bag
N
γ
p
Ψ
).
Global
Instance
is_queue_bag_uniform
γ
p
Ψ
:
Uniform
(
is_queue_bag
N
γ
p
Ψ
).
Proof
.
apply
_
.
Qed
.
Global
Instance
insert_handle_uniform
γ
q
:
Uniform
(
insert_handle
γ
q
).
Proof
.
apply
_
.
Qed
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment