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
Iris
Iris
Commits
2dfb8987
Commit
2dfb8987
authored
Feb 12, 2017
by
Robbert Krebbers
Browse files
Better error message for iSpecialize.
parent
9ea6fa45
Pipeline
#3874
passed with stage
in 3 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
2dfb8987
...
...
@@ -275,7 +275,7 @@ Local Tactic Notation "iSpecializeArgs" constr(H) open_constr(xs) :=
eapply
tac_forall_specialize
with
_
H
_
_
_
x
;
(* (i:=H) (a:=x) *)
[
env_cbv
;
reflexivity
||
fail
1
"iSpecialize:"
H
"not found"
|
let
P
:
=
match
goal
with
|-
IntoForall
?P
_
=>
P
end
in
apply
_
||
fail
1
"iSpecialize:
"
P
"not a forall or not a forall of the right type"
apply
_
||
fail
1
"iSpecialize:
cannot instantiate"
P
"with"
x
|
env_cbv
;
reflexivity
|
go
xs
]
end
in
go
xs
.
...
...
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