Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
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
Package Registry
Model registry
Operate
Terraform modules
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
Gaëtan Gilbert
Iris
Commits
59a8668c
Commit
59a8668c
authored
1 year ago
by
Ralf Jung
Committed by
Robbert Krebbers
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply 2 suggestion(s) to 1 file(s)
parent
b42fc8af
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
docs/classes.md
+3
-2
3 additions, 2 deletions
docs/classes.md
with
3 additions
and
2 deletions
docs/classes.md
+
3
−
2
View file @
59a8668c
...
@@ -72,14 +72,15 @@ Global Hint Cut [_* persistent_separable and_persistent] : typeclass_instances.
...
@@ -72,14 +72,15 @@ Global Hint Cut [_* persistent_separable and_persistent] : typeclass_instances.
This hint says that at any point during the instance search (
`_*`
), if
This hint says that at any point during the instance search (
`_*`
), if
`persistent_separable`
has been applied, the next instance to be applied should
`persistent_separable`
has been applied, the next instance to be applied should
**not**
be
`and_persistent`
.
**not**
be
`and_persistent`
. This rules out the derivation on the right
in the example above.
**Warning from the Coq reference manual:**
The regexp matches the entire path.
**Warning from the Coq reference manual:**
The regexp matches the entire path.
Most hints will start with a leading
`_*`
to match the tail of the path.
Most hints will start with a leading
`_*`
to match the tail of the path.
The order matters. Having a cut for
`[_* and_persistent persistent_separable]`
The order matters. Having a cut for
`[_* and_persistent persistent_separable]`
(i.e., excluding the first derivation) would result in incompleteness. It
(i.e., excluding the first derivation) would result in incompleteness. It
become impossible to derive
`Separable (P ∧ Q)`
from
`Persistent P`
and
become
s
impossible to derive
`Separable (P ∧ Q)`
from
`Persistent P`
and
`Separable Q`
.
`Separable Q`
.
Note that
`Separable`
is not closed under
`∀`
, but
`Persistent`
is. Hence we
Note that
`Separable`
is not closed under
`∀`
, but
`Persistent`
is. Hence we
...
...
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