Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
George Pirlea
Iris
Commits
dad9e782
Commit
dad9e782
authored
Feb 25, 2018
by
Robbert Krebbers
Browse files
Fix `Arguments` of `ElimInv`.
Thanks to
@jtassaro
for reporting.
parent
6bca8573
Changes
1
Hide whitespace changes
Inline
Side-by-side
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