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
Joshua Yanovski
iris-coq
Commits
a155cf62
Commit
a155cf62
authored
Sep 19, 2016
by
Robbert Krebbers
Browse files
Better error message for iTimeless.
This solves issue 33.
parent
c99ab2e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
proofmode/tactics.v
View file @
a155cf62
...
...
@@ -522,7 +522,7 @@ Tactic Notation "iTimeless" constr(H) :=
apply
_
||
fail
"iTimeless: cannot remove later when goal is"
Q
|
env_cbv
;
reflexivity
||
fail
"iTimeless:"
H
"not found"
|
let
P
:=
match
goal
with
|-
IntoExceptLast
?
P
_
=>
P
end
in
apply
_
||
fail
"iTimeless:
"
P
"not timeless
"
apply
_
||
fail
"iTimeless:
cannot turn"
P
"into ◇
"
|
env_cbv
;
reflexivity
|
].
(
**
*
View
shifts
*
)
...
...
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