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
18a4fadb
Verified
Commit
18a4fadb
authored
2 years ago
by
Paolo G. Giarrusso
Browse files
Options
Downloads
Patches
Plain Diff
Stop mentioning Coq bug fixed in Coq >= 8.13
This should wait till stdpp drops support for Coq 8.12, but that's soon.
parent
a5d1f16c
No related branches found
No related tags found
No related merge requests found
Pipeline
#75663
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-4
6 additions, 4 deletions
README.md
with
6 additions
and
4 deletions
README.md
+
6
−
4
View file @
18a4fadb
...
...
@@ -26,10 +26,12 @@ Importing std++ has some side effects as the library sets some global options.
Notably:
*
`Generalizable All Variables`
: This option enables implicit generalization in
arguments of the form
`` `{...}``
(i.e., anonymous arguments). Unfortunately, it
also enables implicit generalization in
`Instance`
. We think that the fact
that both behaviors are coupled together is a
[
bug in Coq
](
https://github.com/coq/coq/issues/6030
)
.
arguments of the form
`` `{...}``
(i.e., anonymous arguments) and in terms of
shape
`` `{}``
/
`` `[]``
/
`` `()``
:
https://coq.inria.fr/distrib/current/refman/language/extensions/implicit-arguments.html#implicit-generalization
This also affected
`Instance`
until Coq 8.12, but since 8.13 it has no other
effects (https://github.com/coq/coq/issues/6042).
*
The behavior of
`Program`
is tweaked:
`Unset Transparent Obligations`
,
`Obligation Tactic := idtac`
,
`Add Search Blacklist "_obligation_"`
. See
[
`base.v`
](
theories/base.v
)
for further details.
...
...
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