Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coq-pactole
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pactole
coq-pactole
Commits
edb87363
Commit
edb87363
authored
4 years ago
by
Pierre Courtieu
Browse files
Options
Downloads
Patches
Plain Diff
Typo.
parent
ff0d0cb7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Util/SetoidDefs.v
+1
-1
1 addition, 1 deletion
Util/SetoidDefs.v
with
1 addition
and
1 deletion
Util/SetoidDefs.v
+
1
−
1
View file @
edb87363
...
@@ -29,7 +29,7 @@ Set Implicit Arguments.
...
@@ -29,7 +29,7 @@ Set Implicit Arguments.
(
*
To
avoid
infinite
loops
,
we
use
a
breadth
-
first
search
...
*
)
(
*
To
avoid
infinite
loops
,
we
use
a
breadth
-
first
search
...
*
)
Typeclasses
eauto
:=
(
bfs
)
20.
Typeclasses
eauto
:=
(
bfs
)
20.
(
*
but
we
need
to
remove
[
eq_setoid
]
as
it
matches
everything
...
*
)
(
*
but
we
need
to
remove
[
eq_setoid
]
as
it
matches
everything
...
*
)
Remove
Hints
eq_setoid
:
Setoid
.
Global
Remove
Hints
eq_setoid
:
Setoid
.
(
*
while
still
declaring
it
for
the
types
for
which
we
still
want
to
use
it
.
*
)
(
*
while
still
declaring
it
for
the
types
for
which
we
still
want
to
use
it
.
*
)
Instance
R_Setoid
:
Setoid
R
:=
eq_setoid
R
.
Instance
R_Setoid
:
Setoid
R
:=
eq_setoid
R
.
Instance
Z_Setoid
:
Setoid
Z
:=
eq_setoid
Z
.
Instance
Z_Setoid
:
Setoid
Z
:=
eq_setoid
Z
.
...
...
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