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
6d37fbe4
Commit
6d37fbe4
authored
Dec 14, 2017
by
Ralf Jung
Browse files
improve IPM deprecation warning
parent
feccb48c
Pipeline
#5932
passed with stages
in 11 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
6d37fbe4
...
...
@@ -411,7 +411,7 @@ Local Tactic Notation "iSpecializePat" open_constr(H) constr(pat) :=
lazymatch
pats
with
|
[]
=>
idtac
|
SForall
::
?pats
=>
idtac
"
t
he * specialization pattern is deprecated because it is applied implicitly"
;
idtac
"
[IPM] T
he * specialization pattern is deprecated because it is applied implicitly
.
"
;
go
H1
pats
|
SIdent
?H2
::
?pats
=>
eapply
tac_specialize
with
_
_
H2
_
H1
_
_
_
_;
(* (j:=H1) (i:=H2) *)
...
...
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