Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ReLoC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
ReLoC
Commits
d8231d65
Commit
d8231d65
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
No longer use `Declare Scope` since it does not work in Coq 8.9.
parent
72a8f885
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#20935
failed
5 years ago
Changes
3
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_CoqProject
+2
-0
2 additions, 0 deletions
_CoqProject
theories/logic/model.v
+0
-1
0 additions, 1 deletion
theories/logic/model.v
theories/typing/types.v
+0
-1
0 additions, 1 deletion
theories/typing/types.v
with
2 additions
and
2 deletions
_CoqProject
+
2
−
0
View file @
d8231d65
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
-arg -w -arg -convert_concl_no_check
-arg -w -arg -convert_concl_no_check
# non-canonical projections (https://github.com/coq/coq/pull/10076) do not exist yet in 8.9.
# non-canonical projections (https://github.com/coq/coq/pull/10076) do not exist yet in 8.9.
-arg -w -arg -redundant-canonical-projection
-arg -w -arg -redundant-canonical-projection
# "Declare Scope" does not exist yet in 8.9.
-arg -w -arg -undeclared-scope
# We have ambiguous paths and so far it is not even clear what they are (https://gitlab.mpi-sws.org/iris/iris/issues/240).
# We have ambiguous paths and so far it is not even clear what they are (https://gitlab.mpi-sws.org/iris/iris/issues/240).
-arg -w -arg -ambiguous-paths
-arg -w -arg -ambiguous-paths
...
...
This diff is collapsed.
Click to expand it.
theories/logic/model.v
+
0
−
1
View file @
d8231d65
...
@@ -18,7 +18,6 @@ Record lrel Σ := LRel {
...
@@ -18,7 +18,6 @@ Record lrel Σ := LRel {
}
.
}
.
Arguments
LRel
{_}
_
%
I
{_}
.
Arguments
LRel
{_}
_
%
I
{_}
.
Arguments
lrel_car
{_}
_
_
_
:
simpl
never
.
Arguments
lrel_car
{_}
_
_
_
:
simpl
never
.
Declare
Scope
lrel_scope
.
Bind
Scope
lrel_scope
with
lrel
.
Bind
Scope
lrel_scope
with
lrel
.
Delimit
Scope
lrel_scope
with
lrel
.
Delimit
Scope
lrel_scope
with
lrel
.
Existing
Instance
lrel_persistent
.
Existing
Instance
lrel_persistent
.
...
...
This diff is collapsed.
Click to expand it.
theories/typing/types.v
+
0
−
1
View file @
d8231d65
...
@@ -51,7 +51,6 @@ Fixpoint binop_bool_res_type (op : bin_op) : option type :=
...
@@ -51,7 +51,6 @@ Fixpoint binop_bool_res_type (op : bin_op) : option type :=
|
_
=>
None
|
_
=>
None
end
.
end
.
Declare
Scope
FType_scope
.
Delimit
Scope
FType_scope
with
ty
.
Delimit
Scope
FType_scope
with
ty
.
Bind
Scope
FType_scope
with
type
.
Bind
Scope
FType_scope
with
type
.
Infix
"*"
:=
TProd
:
FType_scope
.
Infix
"*"
:=
TProd
:
FType_scope
.
...
...
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