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
Lennard Gäher
Iris
Commits
730f24ec
Commit
730f24ec
authored
Mar 15, 2021
by
Ralf Jung
Browse files
slightly extend iPureIntro automation comment
parent
004f161f
Changes
1
Hide whitespace changes
Inline
Side-by-side
iris/proofmode/ltac_tactics.v
View file @
730f24ec
...
...
@@ -3325,7 +3325,9 @@ Tactic Notation "iAccu" :=
Global
Hint
Extern
0
(
_
⊢
_
)
=>
iStartProof
:
core
.
Global
Hint
Extern
0
(
⊢
_
)
=>
iStartProof
:
core
.
(* Make sure that by and done solve trivial things in proof mode *)
(* Make sure that [by] and [done] solve trivial things in proof mode.
[iPureIntro] invokes [FromPure], so adding [FromPure] instances can help improve
what [done] can do. *)
Global
Hint
Extern
0
(
envs_entails
_
_
)
=>
iPureIntro
;
try
done
:
core
.
Global
Hint
Extern
0
(
envs_entails
_
?Q
)
=>
first
[
is_evar
Q
;
fail
1
|
iAssumption
]
:
core
.
...
...
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