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
a65dd68e
Commit
a65dd68e
authored
1 year ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
changelog
parent
7036059d
No related branches found
No related tags found
1 merge request
!512
add odestruct and other "open term" tactics
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+11
-0
11 additions, 0 deletions
CHANGELOG.md
with
11 additions
and
0 deletions
CHANGELOG.md
+
11
−
0
View file @
a65dd68e
...
@@ -107,6 +107,17 @@ longer supported by this release.
...
@@ -107,6 +107,17 @@ longer supported by this release.
(by Dorian Lesbre)
(by Dorian Lesbre)
-
Add
`Assoc`
,
`Comm`
,
`LeftId`
,
`RightId`
,
`LeftAbsorb`
,
`RightAbsorb`
-
Add
`Assoc`
,
`Comm`
,
`LeftId`
,
`RightId`
,
`LeftAbsorb`
,
`RightAbsorb`
instances for number types.
instances for number types.
-
Add tactics
`odestruct`
,
`oinversion`
,
`opose proof`
,
`ospecialize`
,
`ogeneralize`
that work with open terms. All
`_`
remaining after inference
will be turned into evars or subgoals using the same heuristic as
`refine`
.
For instance, with
`H: ∀ n, P n → Q n`
,
`ospecialize (H _ _)`
will create an
evar for
`n`
and open a subgoal for
`P ?n`
.
`odestruct`
is a more powerful
version of
`edestruct`
that does not require all
`_`
in the destructed term to
be immediately inferred.
-
Replace
`feed`
/
`efeed`
tactics by variants of the
`o`
tactics that
automatically add extra
`_`
until there are no more leading
`∀`
/
`→`
.
`efeed
tac`
becomes
`otac*`
; the
`feed`
variants (that only specialize
`→`
but not
`∀`
) are no longer provided.
**Changes in `stdpp_unstable`:**
**Changes in `stdpp_unstable`:**
...
...
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