Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Michael Sammler
iris-coq
Commits
52baecf8
Commit
52baecf8
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Coqdoc tweaks.
parent
1a0c5860
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/proofmode/classes.v
+3
-3
3 additions, 3 deletions
theories/proofmode/classes.v
with
3 additions
and
3 deletions
theories/proofmode/classes.v
+
3
−
3
View file @
52baecf8
...
@@ -583,11 +583,11 @@ Arguments ElimInv {_} {_} _ _%I _%I _%I _%I _%I _%I : simpl never.
...
@@ -583,11 +583,11 @@ Arguments ElimInv {_} {_} _ _%I _%I _%I _%I _%I _%I : simpl never.
Arguments
elim_inv
{_}
{_}
_
_
%
I
_
%
I
_
%
I
_
%
I
_
%
I
_
%
I
{_}
.
Arguments
elim_inv
{_}
{_}
_
_
%
I
_
%
I
_
%
I
_
%
I
_
%
I
_
%
I
{_}
.
Hint
Mode
ElimInv
+
-
-
!
-
-
!
!
-
:
typeclass_instances
.
Hint
Mode
ElimInv
+
-
-
!
-
-
!
!
-
:
typeclass_instances
.
(* We make sure that tactics that perform actions on *specific* hypotheses or
(*
*
We make sure that tactics that perform actions on *specific* hypotheses or
parts of the goal look through the [tc_opaque] connective, which is used to make
parts of the goal look through the [tc_opaque] connective, which is used to make
definitions opaque for type class search. For example, when using
`
iDestruct
`
,
definitions opaque for type class search. For example, when using
[
iDestruct
]
,
an explicit hypothesis is affected, and as such, we should look through opaque
an explicit hypothesis is affected, and as such, we should look through opaque
definitions. However, when using
`
iFrame
`
or
`
iNext
`
, arbitrary hypotheses or
definitions. However, when using
[
iFrame
]
or
[
iNext
]
, arbitrary hypotheses or
parts of the goal are affected, and as such, type class opacity should be
parts of the goal are affected, and as such, type class opacity should be
respected.
respected.
...
...
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