Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rice Wine
Iris
Commits
a051dd3c
Commit
a051dd3c
authored
Dec 31, 2017
by
Robbert Krebbers
Browse files
Make `iEval` fail in case it is not a proof mode goal.
parent
467b118b
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
a051dd3c
...
...
@@ -82,8 +82,8 @@ Ltac iStartProof :=
(** * Simplification *)
Tactic
Notation
"iEval"
tactic
(
t
)
:
=
try
iStartProof
;
try
(
eapply
tac_eval
;
[
t
;
reflexivity
|]
)
.
iStartProof
;
eapply
tac_eval
;
[
t
;
reflexivity
|].
Tactic
Notation
"iSimpl"
:
=
iEval
simpl
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment