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
Merge requests
!515
add make_simple_intropattern
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
add make_simple_intropattern
ralf/make_simple_intropattern
into
master
Overview
3
Commits
1
Pipelines
1
Changes
1
Closed
Ralf Jung
requested to merge
ralf/make_simple_intropattern
into
master
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
It's not needed for
!512 (merged)
after all, but could still be useful in the future.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
559e3cba
1 commit,
1 year ago
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
stdpp/tactics.v
+
5
−
0
Options
@@ -266,6 +266,11 @@ unifies a successor. *)
Tactic
Notation
"eunify"
open_constr
(
x
)
open_constr
(
y
)
:=
unify
x
y
.
(** [make_simple_intropattern] provides a way to write a term that is
interpreted as a [simple_intropattern]. This works around the lack of
[simple_intropattern:(...)] in ltac's syntax. *)
Tactic
Notation
"make_simple_intropattern"
simple_intropattern
(
pat
)
:=
pat
.
(** Operational type class projections in recursive calls are not folded back
appropriately by [simpl]. The tactic [csimpl] uses the [fold_classes] tactics
to refold recursive calls of [fmap], [mbind], [omap] and [alter]. A
Loading