Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jules Jacobs
Iris
Commits
9c47194e
Commit
9c47194e
authored
Mar 18, 2020
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change some other hints to a more general pattern and typeclass instances
parent
042cbada
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
theories/bi/embedding.v
theories/bi/embedding.v
+1
-1
theories/bi/plainly.v
theories/bi/plainly.v
+1
-1
No files found.
theories/bi/embedding.v
View file @
9c47194e
...
...
@@ -324,4 +324,4 @@ End sbi_embed.
[class_apply @bi_embed_plainly] shelves the [BiPlainly] premise, making proof
search for the other premises fail. See the proof of [monPred_objectively_plain]
for an example where it would fail with a regular [Instance].*)
Hint
Extern
4
(
Plain
⎡
_
⎤
)
=>
eapply
@
embed_plain
:
typeclass_instances
.
Hint
Extern
4
(
Plain
_
)
=>
notypeclasses
refine
(
embed_plain
_
_
)
:
typeclass_instances
.
theories/bi/plainly.v
View file @
9c47194e
...
...
@@ -633,4 +633,4 @@ Hint Immediate plain_persistent : typeclass_instances.
[class_apply @impl_persistent] shelves the [BiPlainly] premise, making proof
search for the other premises fail. See the proof of [coreP_persistent] for an
example where it would fail with a regular [Instance].*)
Hint
Extern
4
(
Persistent
(
_
→
_
))
=>
eapply
@
impl_persistent
:
typeclass_instances
.
Hint
Extern
4
(
Persistent
_
)
=>
notypeclasses
refine
(
impl_persistent
_
_
_
_
_
)
:
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