Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Pierre-Marie Pédrot
Iris
Commits
d17a2e06
Commit
d17a2e06
authored
Apr 26, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused [iContradiction] tactic.
parent
10a93b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
proofmode/tactics.v
proofmode/tactics.v
+1
-3
No files found.
proofmode/tactics.v
View file @
d17a2e06
...
...
@@ -97,8 +97,6 @@ Tactic Notation "iAssumption" :=
(** * False *)
Tactic
Notation
"iExFalso"
:
=
apply
tac_ex_falso
.
Tactic
Notation
"iContradiction"
constr
(
H
)
:
=
iExFalso
;
iExact
H
.
Tactic
Notation
"iContradiction"
:
=
iExFalso
;
iAssumption
.
(** * Pure introduction *)
Tactic
Notation
"iIntro"
"{"
simple_intropattern
(
x
)
"}"
:
=
...
...
@@ -551,7 +549,7 @@ Tactic Notation "iDestructHyp" constr(H) "as" constr(pat) :=
|
IFrame
=>
iFrame
Hz
|
IName
?y
=>
iRename
Hz
into
y
|
IPersistent
?pat
=>
iPersistent
Hz
;
go
Hz
pat
|
IList
[[]]
=>
i
Contradiction
Hz
|
IList
[[]]
=>
i
ExFalso
;
iExact
Hz
|
IList
[[
?pat1
;
?pat2
]]
=>
let
Hy
:
=
iFresh
in
iSepDestruct
Hz
as
Hz
Hy
;
go
Hz
pat1
;
go
Hy
pat2
|
IList
[[
?pat1
]
;
[
?pat2
]]
=>
iOrDestruct
Hz
as
Hz
Hz
;
[
go
Hz
pat1
|
go
Hz
pat2
]
...
...
Write
Preview
Markdown
is supported
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