Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
stdpp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
49
Issues
49
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
stdpp
Commits
8afca298
Commit
8afca298
authored
Jun 09, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Teach typeclass resolution to make progress on telescopic binders
parent
e46551b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
theories/telescopes.v
theories/telescopes.v
+7
-0
No files found.
theories/telescopes.v
View file @
8afca298
...
...
@@ -185,3 +185,10 @@ Proof.
+
rewrite
<-(
IH
p
(
λ
a
,
Ψ
(
TargS
p
a
))).
intros
[??].
eauto
.
Qed
.
(* Teach typeclass resolution how to make progress on these binders *)
Typeclasses
Opaque
tforall
texist
.
Hint
Extern
1
(
tforall
_
)
=>
progress
cbn
[
tforall
tele_fold
tele_bind
tele_app
]
:
typeclass_instances
.
Hint
Extern
1
(
texist
_
)
=>
progress
cbn
[
texist
tele_fold
tele_bind
tele_app
]
:
typeclass_instances
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment