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
transfinite
Commits
56bd844b
Commit
56bd844b
authored
Jul 01, 2019
by
Robbert Krebbers
Browse files
Make `iPure` non-local so it can be used for defining custom `iDestruct`-like tactics.
parent
bb7e98b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/ltac_tactics.v
View file @
56bd844b
...
...
@@ -296,7 +296,7 @@ Local Tactic Notation "iIntuitionistic" constr(H) :=
fail
"iIntuitionistic:"
P
"not affine and the goal not absorbing"
|
pm_reduce
].
Local
Tactic
Notation
"iPure"
constr
(
H
)
"as"
simple_intropattern
(
pat
)
:
=
Tactic
Notation
"iPure"
constr
(
H
)
"as"
simple_intropattern
(
pat
)
:
=
eapply
tac_pure
with
H
_
_
_;
(* (i:=H1) *)
[
pm_reflexivity
||
let
H
:
=
pretty_ident
H
in
...
...
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