Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
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
Model registry
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
Iris
stdpp
Commits
37133eec
Commit
37133eec
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci/ralf/warnings' into 'master'
fix or silence Coq 8.10 warnings See merge request
!52
parents
3c484ebe
a3bcb51e
No related branches found
No related tags found
1 merge request
!52
fix or silence Coq 8.10 warnings
Pipeline
#14868
failed
6 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_CoqProject
+2
-0
2 additions, 0 deletions
_CoqProject
theories/numbers.v
+1
-1
1 addition, 1 deletion
theories/numbers.v
with
3 additions
and
1 deletion
_CoqProject
+
2
−
0
View file @
37133eec
-Q theories stdpp
# "Declare Scope" does not exist yet in 8.9
-arg -w -arg -undeclared-scope
theories/base.v
theories/tactics.v
theories/option.v
...
...
This diff is collapsed.
Click to expand it.
theories/numbers.v
+
1
−
1
View file @
37133eec
...
...
@@ -399,7 +399,7 @@ Next Obligation. intros x y; apply Qclt_not_le. Qed.
Next
Obligation
.
done
.
Qed
.
Program
Instance
Qc_lt_dec
:
RelDecision
Qclt
:=
λ
x
y
,
if
Qclt_le_dec
x
y
then
left
_
else
right
_
.
Solve
Obligation
s
with
done
.
Next
Obligation
.
done
.
Qed
.
Next
Obligation
.
intros
x
y
;
apply
Qcle_not_lt
.
Qed
.
Instance
:
PartialOrder
(
≤
)
.
...
...
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