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
b4f44c90
"theories/git-rts@gitlab.mpi-sws.org:abeln/iris.git" did not exist on "8271701fb8b181be0b96efc8acfe356b3b57d273"
Commit
b4f44c90
authored
3 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Coqdoc.
parent
21de4a02
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#47801
passed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/countable.v
+1
-1
1 addition, 1 deletion
theories/countable.v
with
1 addition
and
1 deletion
theories/countable.v
+
1
−
1
View file @
b4f44c90
...
...
@@ -3,7 +3,7 @@ From stdpp Require Export list numbers list_numbers fin.
From
stdpp
Require
Import
options
.
Local
Open
Scope
positive
.
(* Note that [Countable A] gives rise to [EqDecision A] by checking equality of
(*
*
Note that [Countable A] gives rise to [EqDecision A] by checking equality of
the results of [encode]. This instance of [EqDecision A] is very inefficient, so
the native decider is typically preferred for actual computation. To avoid
overlapping instances, we include [EqDecision A] explicitly as a parameter of
...
...
This diff is collapsed.
Click to expand it.
Robbert Krebbers
@robbertkrebbers
mentioned in merge request
!268 (merged)
·
3 years ago
mentioned in merge request
!268 (merged)
mentioned in merge request !268
Toggle commit list
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