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
Iris
Iris
Commits
272535e4
Commit
272535e4
authored
Aug 04, 2017
by
Robbert Krebbers
Browse files
Better error message for iAlways.
parent
83184356
Pipeline
#4291
passed with stage
in 8 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
272535e4
...
...
@@ -778,7 +778,8 @@ Local Tactic Notation "iExistDestruct" constr(H)
(** * Always *)
Tactic
Notation
"iAlways"
:
=
iStartProof
;
apply
tac_always_intro
;
env_cbv
.
apply
tac_always_intro
;
env_cbv
||
fail
"iAlways: the goal is not an always modality"
.
(** * Later *)
Tactic
Notation
"iNext"
open_constr
(
n
)
:
=
...
...
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