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
Jonas Kastberg
iris
Commits
7999c5b1
Commit
7999c5b1
authored
Mar 04, 2018
by
Jacques-Henri Jourdan
Browse files
Error message for iAccu.
parent
ec42e1d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
7999c5b1
...
...
@@ -1937,7 +1937,7 @@ Tactic Notation "iInv" constr(N) "with" constr(Hs) "as" "(" simple_intropattern(
iInvCore
N
with
Hs
as
(
fun
H
=>
iDestructHyp
H
as
(
x1
x2
x3
x4
)
pat
)
Hclose
.
Tactic
Notation
"iAccu"
:
=
eapply
tac_accu
;
env_reflexivity
.
eapply
tac_accu
;
[
env_reflexivity
||
fail
"iAccu: not an evar."
]
.
Hint
Extern
0
(
_
⊢
_
)
=>
iStartProof
.
...
...
Write
Preview
Supports
Markdown
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