Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Paolo G. Giarrusso
stdpp
Commits
1af28e21
Commit
1af28e21
authored
6 months ago
by
Paolo G. Giarrusso
Browse files
Options
Downloads
Patches
Plain Diff
numbers.v: avoid Qed'ing Decision instances
parent
fcceace4
No related branches found
No related tags found
No related merge requests found
Pipeline
#106701
passed
6 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
stdpp/numbers.v
+4
-4
4 additions, 4 deletions
stdpp/numbers.v
with
4 additions
and
4 deletions
stdpp/numbers.v
+
4
−
4
View file @
1af28e21
...
...
@@ -1063,13 +1063,13 @@ Module Qp.
Global
Instance
le_dec
:
RelDecision
le
.
Proof
.
refine
(
λ
p
q
,
cast_if
(
decide
(
Qp_to_Qc
p
≤
Qp_to_Qc
q
)
%
Qc
));
by
rewrite
to_Qc_inj_le
.
Q
ed
.
abstract
(
by
rewrite
to_Qc_inj_le
)
.
Defin
ed
.
Global
Instance
lt_dec
:
RelDecision
lt
.
Proof
.
refine
(
λ
p
q
,
cast_if
(
decide
(
Qp_to_Qc
p
<
Qp_to_Qc
q
)
%
Qc
));
by
rewrite
to_Qc_inj_lt
.
Q
ed
.
abstract
(
by
rewrite
to_Qc_inj_lt
)
.
Defin
ed
.
Global
Instance
lt_pi
p
q
:
ProofIrrel
(
lt
p
q
)
.
Proof
.
destruct
p
,
q
;
apply
_
.
Qed
.
...
...
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