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
!182
make sure std++ does not rely on generated names
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
make sure std++ does not rely on generated names
ci/ralf/mangle
into
master
Overview
6
Commits
3
Pipelines
2
Changes
12
1 unresolved thread
Hide all comments
Merged
Ralf Jung
requested to merge
ci/ralf/mangle
into
master
4 years ago
Overview
6
Commits
3
Pipelines
2
Changes
12
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 1
abbd8d0e
4 years ago
master (base)
and
latest version
latest version
d9536025
3 commits,
4 years ago
version 1
abbd8d0e
2 commits,
4 years ago
12 files
+
31
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
tests/telescopes.v
+
2
−
0
Options
From
stdpp
Require
Import
tactics
telescopes
.
Local
Unset
Mangle
Names
.
(* for stable goal printing *)
Section
accessor
.
(* This is like Iris' accessors, but in Prop. Just to play with telescopes. *)
Definition
accessor
{
X
:
tele
}
(
α
β
γ
:
X
→
Prop
)
:
Prop
:=
Loading