Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rice Wine
Iris
Commits
dad9e782
Commit
dad9e782
authored
Feb 25, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix `Arguments` of `ElimInv`.
Thanks to
@jtassaro
for reporting.
parent
6bca8573
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
theories/proofmode/classes.v
theories/proofmode/classes.v
+2
-2
No files found.
theories/proofmode/classes.v
View file @
dad9e782
...
...
@@ -501,8 +501,8 @@ Hint Mode IntoInv + ! - : typeclass_instances.
*)
Class
ElimInv
{
PROP
:
bi
}
(
φ
:
Prop
)
(
Pinv
Pin
Pout
Pclose
Q
Q'
:
PROP
)
:
=
elim_inv
:
φ
→
Pinv
∗
Pin
∗
(
Pout
∗
Pclose
-
∗
Q'
)
⊢
Q
.
Arguments
ElimInv
{
_
}
_
_
_
%
I
_
%
I
_
%
I
_
%
I
:
simpl
never
.
Arguments
elim_inv
{
_
}
_
_
_
%
I
_
%
I
_
%
I
_
%
I
_
%
I
_
%
I
.
Arguments
ElimInv
{
_
}
_
_
%
I
_
%
I
_
%
I
_
%
I
_
%
I
:
simpl
never
.
Arguments
elim_inv
{
_
}
_
_
%
I
_
%
I
_
%
I
_
%
I
_
%
I
_
%
I
_
%
I
.
Hint
Mode
ElimInv
+
-
!
-
-
-
!
-
:
typeclass_instances
.
(* We make sure that tactics that perform actions on *specific* hypotheses or
...
...
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