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
Jonas Kastberg
iris
Commits
e86e16d5
Commit
e86e16d5
authored
Dec 21, 2017
by
Jacques-Henri Jourdan
Browse files
Fix typo.
parent
5d8aef49
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
e86e16d5
...
...
@@ -399,7 +399,7 @@ Local Tactic Notation "iSpecializeArgs" constr(H) open_constr(xs) :=
|
match
goal
with
(* Force [A] in [ex_intro] to deal with coercions. *)
|
|-
∃
_
:
?A
,
_
=>
refine
(@
ex_intro
A
_
x
(
conj
_
_
))
;
[|]
(* If the existentially quantified predicate is non-dependent and [x]
is a hole, [refine] will generate an additional goal
it
. *)
is a hole, [refine] will generate an additional goal. *)
|
|-
∃
_
:
?A
,
_
=>
refine
(@
ex_intro
A
_
x
(
conj
_
_
))
;
[
shelve
|
|]
end
;
[
env_reflexivity
|
go
xs
]]
end
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