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
Rodolphe Lepigre
Iris
Commits
90cbf2a0
Commit
90cbf2a0
authored
Aug 04, 2016
by
Robbert Krebbers
Browse files
Clear temporary hypotheses created by iIntoEntails.
parent
a52c62d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
proofmode/tactics.v
View file @
90cbf2a0
...
...
@@ -224,7 +224,7 @@ Tactic Notation "iIntoEntails" open_constr(t) :=
|
True
⊢
_
=>
apply
t
|
_
⊢
_
=>
apply
(
uPred
.
entails_wand
_
_
t
)
|
_
⊣
⊢
_
=>
apply
(
uPred
.
equiv_iff
_
_
t
)
|
?P
→
?Q
=>
let
H
:
=
fresh
in
assert
P
as
H
;
[|
go
uconstr
:
(
t
H
)]
|
?P
→
?Q
=>
let
H
:
=
fresh
in
assert
P
as
H
;
[|
go
uconstr
:
(
t
H
)
;
clear
H
]
|
∀
_
:
?T
,
_
=>
(* Put [T] inside an [id] to avoid TC inference from being invoked. *)
(* This is a workarround for Coq bug #4969. *)
...
...
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